Caikit-nlp

Latest version: v0.4.12

Safety actively analyzes 634654 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 4

0.4.0

What's Changed
* tests: make models fixtures session-scoped by dtrifiro in https://github.com/caikit/caikit-nlp/pull/262
* :goal_net: Disallow empty train streams by evaline-ju in https://github.com/caikit/caikit-nlp/pull/259
* Add dockerfile by dtrifiro in https://github.com/caikit/caikit-nlp/pull/244
* Add preserve input text inference by Ssukriti in https://github.com/caikit/caikit-nlp/pull/267
* :construction_worker: Update github action workflow rule for release branches by gkumbhat in https://github.com/caikit/caikit-nlp/pull/269
* Add embedding task by markstur in https://github.com/caikit/caikit-nlp/pull/224
* Add rerank and sentence-similarity tasks to text embedding module by markstur in https://github.com/caikit/caikit-nlp/pull/235
* :bug: Fix the ordering of arguments in all the stream text gen functions by gkumbhat in https://github.com/caikit/caikit-nlp/pull/276
* :technologist: Improve regex for directory validation by gkumbhat in https://github.com/caikit/caikit-nlp/pull/275
* Text Embedding: Add optimizations with PT2_COMPILE and/or IPEX by markstur in https://github.com/caikit/caikit-nlp/pull/274
* Text Embedding: Truncation allow or fail with optional parameter by markstur in https://github.com/caikit/caikit-nlp/pull/277
* Add Sukriti by gkumbhat in https://github.com/caikit/caikit-nlp/pull/286
* dockerfile: build wheel in container by dtrifiro in https://github.com/caikit/caikit-nlp/pull/289
* Migrate hf trainer by gkumbhat in https://github.com/caikit/caikit-nlp/pull/287
* Add max size information to error message by gkumbhat in https://github.com/caikit/caikit-nlp/pull/290
* Fix prompt unload (main) by joerunde in https://github.com/caikit/caikit-nlp/pull/284
* fix example:pass learning rate to peft by Ssukriti in https://github.com/caikit/caikit-nlp/pull/294
* Text Embedding: Fix concurrency errors by markstur in https://github.com/caikit/caikit-nlp/pull/291
* :bug: Tox install by evaline-ju in https://github.com/caikit/caikit-nlp/pull/296
* Revert "Migrate hf trainer" by Ssukriti in https://github.com/caikit/caikit-nlp/pull/297

New Contributors
* markstur made their first contribution in https://github.com/caikit/caikit-nlp/pull/224

**Full Changelog**: https://github.com/caikit/caikit-nlp/compare/0.3.0...0.4.0

0.3.3

Fixes a bug where the code to unload prompt artifacts on model deletion was calling an api that didn't exist

https://github.com/caikit/caikit-nlp/pull/282

0.3.2

Includes https://github.com/caikit/caikit-nlp/pull/281

0.3.1

What's Changed
* :bug: Fix the ordering of arguments in all the stream text gen functions by gkumbhat in https://github.com/caikit/caikit-nlp/pull/268


**Full Changelog**: https://github.com/caikit/caikit-nlp/compare/0.3.0...0.3.1

0.3.0

What's Changed
* Expose seed by tharapalanivel in https://github.com/caikit/caikit-nlp/pull/201
* Refactor / Consolidate Batch Tokenization for Causal Language Modeling by alex-jw-brooks in https://github.com/caikit/caikit-nlp/pull/192
* Validation checks by tharapalanivel in https://github.com/caikit/caikit-nlp/pull/200
* 🐛 Align inference params order by tharapalanivel in https://github.com/caikit/caikit-nlp/pull/204
* fix link for contributing info by jimknochelmann in https://github.com/caikit/caikit-nlp/pull/195
* fix imports for caikit >=0.15.0 by dtrifiro in https://github.com/caikit/caikit-nlp/pull/209
* Fix tokenization path by gkumbhat in https://github.com/caikit/caikit-nlp/pull/202
* Add ft loss logging by gkumbhat in https://github.com/caikit/caikit-nlp/pull/208
* :sparkles: Add support for reading base model from base models dir by gkumbhat in https://github.com/caikit/caikit-nlp/pull/211
* use arg use_cpu instead of no_cuda by alex-jw-brooks in https://github.com/caikit/caikit-nlp/pull/215
* Remove stop sequence default by tharapalanivel in https://github.com/caikit/caikit-nlp/pull/213
* :bug: Add support for setting random seed for prompt tuning training by gkumbhat in https://github.com/caikit/caikit-nlp/pull/217
* Causal LM tokenization: Chunking and seq2seq Forward by alex-jw-brooks in https://github.com/caikit/caikit-nlp/pull/206
* Resync inf params tgis by gkumbhat in https://github.com/caikit/caikit-nlp/pull/220
* :goal_net: Disallow empty train streams by evaline-ju in https://github.com/caikit/caikit-nlp/pull/223
* ⬆️ Update caikit[runtime-grpc,runtime-http] requirement from <0.21.0,>=0.18.1 to >=0.18.1,<0.22.0 by dependabot in https://github.com/caikit/caikit-nlp/pull/227
* model_run_utils: return correct input_token_count by dtrifiro in https://github.com/caikit/caikit-nlp/pull/228
* Add support for sequence lengths in eval by alex-jw-brooks in https://github.com/caikit/caikit-nlp/pull/232
* Revert ":goal_net: Disallow empty train streams" by gkumbhat in https://github.com/caikit/caikit-nlp/pull/234
* ⬆️ Update build requirement from <1.0,>=0.10.0 to >=0.10.0,<2.0 by dependabot in https://github.com/caikit/caikit-nlp/pull/164
* Make verbalizer rendering optional in eval script by alex-jw-brooks in https://github.com/caikit/caikit-nlp/pull/231
* :technologist: Fix docstring formatting function call by gkumbhat in https://github.com/caikit/caikit-nlp/pull/219
* proposal: use setuptools/setuptools_scm for building by dtrifiro in https://github.com/caikit/caikit-nlp/pull/216
* Update to tasks by tharapalanivel in https://github.com/caikit/caikit-nlp/pull/236
* fix pylint warnings by dtrifiro in https://github.com/caikit/caikit-nlp/pull/240
* pyproject: use setuptools' automatic discovery by dtrifiro in https://github.com/caikit/caikit-nlp/pull/239
* :ambulance::wrench: Fix sequencing of arguments on run function by gkumbhat in https://github.com/caikit/caikit-nlp/pull/241
* tox: run pytest with --durations flag to list tests run time by dtrifiro in https://github.com/caikit/caikit-nlp/pull/246
* return correct finish reasons in generate_text_func by dtrifiro in https://github.com/caikit/caikit-nlp/pull/210
* Speed up tests by dtrifiro in https://github.com/caikit/caikit-nlp/pull/249
* :bug: Fix loss tensor to float conversion by gkumbhat in https://github.com/caikit/caikit-nlp/pull/258
* Add data limitation by gkumbhat in https://github.com/caikit/caikit-nlp/pull/255
* fix uncaught exception in http client by dtrifiro in https://github.com/caikit/caikit-nlp/pull/247
* Update training data validation to consider global and module level defaults by gkumbhat in https://github.com/caikit/caikit-nlp/pull/264

New Contributors
* jimknochelmann made their first contribution in https://github.com/caikit/caikit-nlp/pull/195
* dtrifiro made their first contribution in https://github.com/caikit/caikit-nlp/pull/209

**Full Changelog**: https://github.com/caikit/caikit-nlp/compare/0.2.1...0.3.0

0.2.1

What's Changed
* Added benchmarking results to main README.md by olson-ibm in https://github.com/caikit/caikit-nlp/pull/176
* Experiment sharding rebase (multi GPU support for Find Tuning) by alex-jw-brooks and gkumbhat in https://github.com/caikit/caikit-nlp/pull/156
* :bug: Fix eval script for updated run datamodel by gkumbhat in https://github.com/caikit/caikit-nlp/pull/184
* Add loss logging prompt-tuning by gkumbhat in https://github.com/caikit/caikit-nlp/pull/189
* fix: use cli args for metrics to run by timrbula in https://github.com/caikit/caikit-nlp/pull/193
* [caikit-nlp-163] Refactor peft module to take out common peft config functionality by rawkintrevo and alex-jw-brooks in https://github.com/caikit/caikit-nlp/pull/197
* SupportCaikitZeroTwenty: Bump caikit range to allow for 0.20 by gabe-l-hart in https://github.com/caikit/caikit-nlp/pull/199
* Fix dtype prompt tuning by gkumbhat in https://github.com/caikit/caikit-nlp/pull/198

New Contributors
* timrbula made their first contribution in https://github.com/caikit/caikit-nlp/pull/193

**Full Changelog**: https://github.com/caikit/caikit-nlp/compare/0.2.0...0.2.1

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.