Releases: caikit/caikit-nlp
Releases · caikit/caikit-nlp
v0.4.7 - Additional TGIS params for text generation
What's Changed
- ⚡ Tee stream instead of checking length by @evaline-ju in #341
- Adding tgis params to caikit api by @waleedqk in #324
New Contributors
Full Changelog: v0.4.6...v0.4.7
v0.4.6 - Compatible embeddings encode
What's Changed
Full Changelog: v0.4.5...v0.4.6
v0.4.5 - Input token count on embeddings
What's Changed
- Include input token count in results by @mynhardtburger in #334
- 🥅 Allow int thresholds by @evaline-ju in #336
Full Changelog: v0.4.4...v0.4.5
v0.4.4 - Embeddings with sentence transformers
What's Changed
- Embeddings: IPEX optimize requires model.eval() called first. by @markstur in #318
- Revert "Add granite modeling llama main" by @gkumbhat in #321
- Add sentence-transformers to dependencies for real by @markstur in #319
- added tokenization tasks to serve tokenization requests by @swith004 in #325
- Wrapped sentence transformer by @markstur in #328
Full Changelog: v0.4.3...v0.4.4
v0.4.3 - Support for gpt megatron architecture
What's Changed
- bump dockerfile ubi base by @dtrifiro in #303
- 🥅 Handle empty text for filtered span classification by @evaline-ju in #304
- 🔊 Add model and tokenizer time logging by @gkumbhat in #309
- Add granite modeling llama main by @gkumbhat in #314
- Embeddings: Fix retry error handling to return first exception. Default to zero retries. by @markstur in #316
Full Changelog: v0.4.2...v0.4.3
v0.4.2
What's Changed
- set learning_rate typing to float by @alonh in #300
- Update caikit[runtime-grpc,runtime-http] requirement from <0.26.0,>=0.25.0 to >=0.25.0,<0.27.0 by @dependabot in #301
New Contributors
Full Changelog: v0.4.1...v0.4.2
v0.4.1 - first pypi release
0.4.0 - text embeddings
What's Changed
- tests: make models fixtures session-scoped by @dtrifiro in #262
- 🥅 Disallow empty train streams by @evaline-ju in #259
- Add dockerfile by @dtrifiro in #244
- Add preserve input text inference by @Ssukriti in #267
- 👷 Update github action workflow rule for release branches by @gkumbhat in #269
- Add embedding task by @markstur in #224
- Add rerank and sentence-similarity tasks to text embedding module by @markstur in #235
- 🐛 Fix the ordering of arguments in all the stream text gen functions by @gkumbhat in #276
- 🧑💻 Improve regex for directory validation by @gkumbhat in #275
- Text Embedding: Add optimizations with PT2_COMPILE and/or IPEX by @markstur in #274
- Text Embedding: Truncation allow or fail with optional parameter by @markstur in #277
- Add Sukriti by @gkumbhat in #286
- dockerfile: build wheel in container by @dtrifiro in #289
- Migrate hf trainer by @gkumbhat in #287
- Add max size information to error message by @gkumbhat in #290
- Fix prompt unload (main) by @joerunde in #284
- fix example:pass learning rate to peft by @Ssukriti in #294
- Text Embedding: Fix concurrency errors by @markstur in #291
- 🐛 Tox install by @evaline-ju in #296
- Revert "Migrate hf trainer" by @Ssukriti in #297
New Contributors
Full Changelog: 0.3.0...0.4.0
0.3.3 - TGIS prompt purge bugfix
Fixes a bug where the code to unload prompt artifacts on model deletion was calling an api that didn't exist
0.3.2 - Error message improvements
Includes #281