Releases: caikit/caikit-nlp
Releases · caikit/caikit-nlp
v0.5.8
What's Changed
- Enable using kwargs for selecting pad-to-max-length strategy for tokenizer in embeddings by @kcirred in #393
- Update torch requirement from <2.5.0,>=2.3.1 to >=2.3.1,<2.6.0 by @dependabot in #398
- [embeddings] extend kwargs to functions that call _encode_with_retry by @kcirred in #400
New Contributors
Full Changelog: v0.5.7...v0.5.8
v0.5.7 - Cross Encoder reranker
What's Changed
Full Changelog: v0.5.6...v0.5.7
v0.5.6 - Expanded caikit range
What's Changed
- Update caikit[runtime-grpc,runtime-http] requirement from <0.27.0,>=0.26.34 to >=0.26.34,<0.28.0 by @dependabot in #386
Full Changelog: v0.5.5...v0.5.6
v0.5.5 - Embeddings and seq classification updates
What's Changed
- Convert tensor dtype to float64 by @christinaexyou in #388
- Read embeddings config during bootstrap/load and instance creation by @markstur in #387
New Contributors
- @christinaexyou made their first contribution in #388
Full Changelog: v0.5.4...v0.5.5
v0.5.4 - Text generation error handling fix
What's Changed
- 🥅 Handle error details on inactive rpc errors by @evaline-ju in #384
Full Changelog: v0.5.3...v0.5.4
v0.5.3 - Include torch 2.4.0
What's Changed
Full Changelog: v0.5.2...v0.5.3
v0.5.2 - sentence-transformers upgrade
What's Changed
- 👷 Reclaim space on image build by @evaline-ju in #375
- Update sentence-transformers and allow setting trust_remote_code by @markstur in #379
Full Changelog: v0.5.1...v0.5.2
v0.5.1 - Catch inactive TGIS error
What's Changed
Full Changelog: v0.5.0...v0.5.1
v0.5.0 - Update default values of text generation params
What's Changed
Full Changelog: v0.4.18...v0.5.0
v0.4.18 - Embeddings tokenizer and tokenization updates
What's Changed
- Fix embedding use of tokenizer to avoid already borrowed by @markstur in #369
- Adds tokenization task for embeddings by @flaviabeo in #365
Full Changelog: v0.4.17...v0.4.18