Releases: caikit/caikit-nlp
Releases · caikit/caikit-nlp
v0.5.13
What's Changed
- bump torch range to >=2.3.1,<2.7.0 by @ZacBranson in #415
New Contributors
- @ZacBranson made their first contribution in #415
Full Changelog: v0.5.12...v0.5.13
v0.5.12 - Verbalizer error message update
What's Changed
- Update verbalizer error message to include the relevant template string by @mynhardtburger in #414
Full Changelog: v0.5.11...v0.5.12
v0.5.11
What's Changed
Full Changelog: v0.5.10...v0.5.11
v0.5.10 - Dependency updates
v0.5.9 - Tokenization for local text generation
What's Changed
- Added
run_tokenizer
method incaikit_nlp/modules/text_generation/text_generation_local.py
by @m-misiura in #402
New Contributors
- @m-misiura made their first contribution in #402
Full Changelog: v0.5.8...v0.5.9
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