Releases: sunhailin-Leo/triton-service-go
Releases · sunhailin-Leo/triton-service-go
v2.0.5
v2.0.4
Version 2.0.4 - 2024/07/09
- Update
W2NER
input feature problem.(MissingMaxSeqLength
config) - Code style fix. Reducing nil cases
- Add
slice.StringSliceTruncatePrecisely
function for logic to handle [][] string data truncation.
v2.0.3
Version 2.0.3 - 2024/07/08
- Fix
w2ner.pieces2word
nil slice caused infer error. - Update
go.mod
v2.0.2
Version 2.0.2 - 2024/05/27
- Fix
generateGRPCRequest
missing tensor shape. - Update go.mod
v2.0.1
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 frombert
totransformers
.- Incompatible with previous versions, calls require simple modifications
- Add
W2NER
model(Based on Bert, but used for NER tasks) - Fix
2.0.0
cannot readgo.mod
successfully.
v1.4.6
- version 1.4.6 - 2023/07/27
- remove
github.com/goccy/go-json
and setencoding/json
to defaultjson marshal/unmarshal
. - add
SetJsonEncoder
andSetJsonDecoder
API to adapt other json parser.
- remove
v1.4.5
- 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
- version 1.4.3 - 2023/06/29
- fix missing
params
parameters inmodels/bert/model.go
- fix missing
v1.4.2
- version 1.4.2 - 2023/06/05
- add SetSecondaryServerURL API for some special test environments.
v1.4.1
- version 1.4.0 - 2023/03/28
- add some functions for utils and some const
- fix utils function