Skip to content

Releases: caikit/caikit-nlp

v0.5.8

07 Nov 19:41
56b7e18
Compare
Choose a tag to compare

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

12 Sep 21:43
1695c3b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.6...v0.5.7

v0.5.6 - Expanded caikit range

05 Sep 20:56
4a027d3
Compare
Choose a tag to compare

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

05 Sep 01:21
fbe5637
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.4...v0.5.5

v0.5.4 - Text generation error handling fix

19 Aug 20:07
a55b72e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.3...v0.5.4

v0.5.3 - Include torch 2.4.0

14 Aug 21:05
d7cca1a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.2...v0.5.3

v0.5.2 - sentence-transformers upgrade

12 Aug 20:19
989cd45
Compare
Choose a tag to compare

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

02 Aug 17:01
79ac58e
Compare
Choose a tag to compare

What's Changed

  • 🥅 Catch InactiveError for TGIS to modify error message by @gkumbhat in #372

Full Changelog: v0.5.0...v0.5.1

v0.5.0 - Update default values of text generation params

01 Aug 20:42
1e5aac6
Compare
Choose a tag to compare

What's Changed

  • set default values for params to false or none by @waleedqk in #370

Full Changelog: v0.4.18...v0.5.0

v0.4.18 - Embeddings tokenizer and tokenization updates

24 Jul 21:10
1499cab
Compare
Choose a tag to compare

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