What's Changed * Added `run_tokenizer` method in ` caikit_nlp/modules/text_generation/text_generation_local.py` by m-misiura in https://github.com/caikit/caikit-nlp/pull/402
New Contributors * m-misiura made their first contribution in https://github.com/caikit/caikit-nlp/pull/402
What's Changed * Enable using kwargs for selecting pad-to-max-length strategy for tokenizer in embeddings by kcirred in https://github.com/caikit/caikit-nlp/pull/393 * Update torch requirement from <2.5.0,>=2.3.1 to >=2.3.1,<2.6.0 by dependabot in https://github.com/caikit/caikit-nlp/pull/398 * [embeddings] extend kwargs to functions that call _encode_with_retry by kcirred in https://github.com/caikit/caikit-nlp/pull/400
New Contributors * kcirred made their first contribution in https://github.com/caikit/caikit-nlp/pull/393
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 https://github.com/caikit/caikit-nlp/pull/386
What's Changed * Convert tensor dtype to float64 by christinaexyou in https://github.com/caikit/caikit-nlp/pull/388 * Read embeddings config during bootstrap/load and instance creation by markstur in https://github.com/caikit/caikit-nlp/pull/387
New Contributors * christinaexyou made their first contribution in https://github.com/caikit/caikit-nlp/pull/388