What's Changed
- Use
rust-toolchain.tomlbeforerustuponDockerfile-{cuda,cuda-all}by @alvarobartt in https://github.com/huggingface/text-embeddings-inference/pull/842 - fix(backend): replace bare except with Exception in device check by @llukito in…
rust-toolchain.toml before rustup on Dockerfile-{cuda,cuda-all} by @alvarobartt in https://github.com/huggingface/text-embeddings-inference/pull/842pad_token_id as nullable & add support for rope_parameters by @alvarobartt in…When releasing ghcr.io/huggingface/text-embeddings-inference:cuda-1.9 with CUDA 12.9 and
cuda-compat-12-9there…
HiddenAct::Gelu to GeLU + tanh in favour of GeLU erf by…max_input_length is bigger than max-batch-tokens by @kozistr in…Since Text Embeddings Inference (TEI) v1.7.0, Intel MKL support had been broken due to changes in the candle dependency. Neither static-linking nor dynamic-linking worked correctly, which caused models using Intel MKL on CPU to fail with…
Today, Google releases EmbeddingGemma, a state-of-the-art multilingual embedding model perfect for…
Qwen3 was not working fine on CPU / MPS when sending batched requests on FP16 precision, due to the FP32 minimum value downcast (now manually set to FP16 minimum value instead) leading to null values, as well as a missing to_dtype call on the…
Qwen3 support included for Intel HPU, and fixed for CPU / Metal / CUDA.
README.md and docs/ examples by @alvarobartt in https://github.com/huggingface/text-embeddings-inference/pull/641Qwen3Model by @alvarobartt in…README.md and supported_models.md by @alvarobartt in https://github.com/huggingface/text-embeddings-inference/pull/572model.onnx_data by @kozistr in https://github.com/huggingface/text-embeddings-inference/pull/343/similarity routeFull Changelog:…
Full Changelog: https://github.com/huggingface/text-embeddings-inference/compare/v1.2.2...v1.2.3