Releases: sunhailin-Leo/triton-service-go
Releases · sunhailin-Leo/triton-service-go
v1.3.9
- version 1.3.9 - 2023/03/27
- optimize a bit of performance on tokenizer.
- do
golangci-lint
jobs
v1.3.8
- version 1.3.8 - 2023/03/06
- update
go.mod
- update
v1.3.7
- version 1.3.7 - 2023/03/03
- update grpc proto and grpc codes to compatible triton inference server 23.02
v1.3.4
version 1.3.4 - 2023/02/15
- fix grpc input order
v1.2.7
- version 1.2.7 - 2023/02/06
- add
GetModelInferIsGRPC
,GetTokenizerIsChineseMode
API - update
README.md
- add
v1.2.6
- add Bert service to call Triton Inference Server
- update go.mod
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.
v1.1.2
- Update All Code