v1.2.3
- version 1.2.3 - 2023/01/12
- update grpc connection code
- update connection api
- add some const for uri
- add some test code
- [API Update]split share system/cuda memory api
- [API Update]add three api for client initialize
- [API Update]update model load/unload api
- [API Update]remove
isGRPC
parameter instead of determinegrpcClient
is nil or not. - [API Update]decodeFunc return
[]interface{}
instead ofinterface{}
for support batch request.