Skip to content

Releases: sunhailin-Leo/triton-service-go

v1.3.9

28 Mar 15:47
Compare
Choose a tag to compare
  • version 1.3.9 - 2023/03/27
    • optimize a bit of performance on tokenizer.
    • do golangci-lint jobs

v1.3.8

06 Mar 11:48
Compare
Choose a tag to compare
  • version 1.3.8 - 2023/03/06
    • update go.mod

v1.3.7

03 Mar 06:37
Compare
Choose a tag to compare
  • version 1.3.7 - 2023/03/03
    • update grpc proto and grpc codes to compatible triton inference server 23.02

v1.3.4

20 Feb 09:14
Compare
Choose a tag to compare

version 1.3.4 - 2023/02/15

  • fix grpc input order

v1.2.7

06 Feb 02:19
Compare
Choose a tag to compare
  • version 1.2.7 - 2023/02/06
    • add GetModelInferIsGRPC, GetTokenizerIsChineseMode API
    • update README.md

v1.2.6

03 Feb 07:36
Compare
Choose a tag to compare
  • add Bert service to call Triton Inference Server
  • update go.mod

v1.2.3

12 Jan 03:55
Compare
Choose a tag to compare
  • 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 determine grpcClient is nil or not.
    • [API Update]decodeFunc return []interface{} instead of interface{} for support batch request.

v1.1.2

17 Feb 09:43
Compare
Choose a tag to compare
v1.1.2 Pre-release
Pre-release
  • Update All Code