What's Changed
- misc(gha): expose action cache url and runtime as secrets by @mfuntowicz in https://github.com/huggingface/text-generation-inference/pull/2964
- feat: support max_image_fetch_size to limit by @drbh in…
Fix for Neuron models exported with batch_size 1.
Neuron backend update.
Gaudi improvements.
This release updates TGI to Torch 2.7 and CUDA 12.8.
round_up_seq logic to align…kernels 0.2.1 by @danieldk in https://github.com/huggingface/text-generation-inference/pull/3084gemma3-text model type by @danieldk in https://github.com/huggingface/text-generation-inference/pull/3107strftime_now callable…Deepseek R1 is fully supported on both AMD and Nvidia !
docker run --gpus all --shm-size 1g -p 8080:80 -v $volume:/data \
ghcr.io/huggingface/text-generation-inference:3.1.0 --model-id deepseek-ai/DeepSeek-R1
*…
Tl;dr
New transformers backend supporting flashattention at roughly same performance as pure TGI for all non officially supported models directly in TGI. Congrats @Cyrilvallez
New models unlocked: Cohere2, olmo, olmo2, helium.
Patch release to handle a few older models and corner cases.
Big new release
Details: https://huggingface.co/docs/text-generation-inference/conceptual/chunking
PREFILL_CHUNKING=1)##…
notify_error with the content error, it will…