Skip to content

Releases: sunhailin-Leo/triton-service-go

v2.0.5

29 Jul 01:29
Compare
Choose a tag to compare

Version 2.0.5 - 2024/07/26

  • Remove timeout for TritonService interface, use SetAPIRequestTimeout instead.
  • Add new api for SetAPIRequestTimeout

v2.0.4

09 Jul 07:15
Compare
Choose a tag to compare

Version 2.0.4 - 2024/07/09

  • Update W2NER input feature problem.(Missing MaxSeqLength config)
  • Code style fix. Reducing nil cases
  • Add slice.StringSliceTruncatePrecisely function for logic to handle [][] string data truncation.

v2.0.3

08 Jul 03:40
Compare
Choose a tag to compare

Version 2.0.3 - 2024/07/08

  • Fix w2ner.pieces2word nil slice caused infer error.
  • Update go.mod

v2.0.2

27 May 02:31
Compare
Choose a tag to compare

Version 2.0.2 - 2024/05/27

  • Fix generateGRPCRequest missing tensor shape.
  • Update go.mod

v2.0.1

06 Mar 07:39
Compare
Choose a tag to compare

Version 2.0.0-2.0.1

  • No longer compatible with Go version 1.18, 1.19, 1.20
  • refactor models package and rename package from bert to transformers.
    • Incompatible with previous versions, calls require simple modifications
  • Add W2NER model(Based on Bert, but used for NER tasks)
  • Fix 2.0.0 cannot read go.mod successfully.

v1.4.6

27 Jul 07:02
Compare
Choose a tag to compare
  • version 1.4.6 - 2023/07/27
    • remove github.com/goccy/go-json and set encoding/json to default json marshal/unmarshal.
    • add SetJsonEncoder and SetJsonDecoder API to adapt other json parser.

v1.4.5

12 Jul 03:43
Compare
Choose a tag to compare
  • version 1.4.5 - 2023/07/12
    • update go.mod
    • fix Chinese tokenizer error
    • tokenize Chinese-English-Number text with char mode for NER task.

v1.4.3

29 Jun 08:13
Compare
Choose a tag to compare
  • version 1.4.3 - 2023/06/29
    • fix missing params parameters in models/bert/model.go

v1.4.2

05 Jun 07:25
Compare
Choose a tag to compare
  • version 1.4.2 - 2023/06/05
    • add SetSecondaryServerURL API for some special test environments.

v1.4.1

29 Mar 07:39
Compare
Choose a tag to compare
  • version 1.4.0 - 2023/03/28
    • add some functions for utils and some const
    • fix utils function