Text Generation Inference Versions Save

Large Language Model Text Generation Inference

v2.0.2

2 weeks ago

Tl;dr

  • New models (idefics2, phi3)
  • Cleaner VLM support in the openai layer
  • Upgraded to pytorch 2.3.0

What's Changed

New Contributors

Full Changelog: https://github.com/huggingface/text-generation-inference/compare/v2.0.1...v2.0.2

v2.0.1

3 weeks ago

What's Changed

Full Changelog: https://github.com/huggingface/text-generation-inference/compare/v2.0.0...v2.0.1

v2.0.0

1 month ago

TGI is back to Apache 2.0!

Highlights

  • License was reverted to Apache 2.0
  • Cuda graphs are now used by default. They improve latency substancially on high end nodes.
  • Llava-next was added. It is the second multimodal model available on TGI after Idefics.
  • Cohere Command R+ support. TGI is the fastest open source backend for Command R+
  • FP8 support.
  • We now share the vocabulary for all medusa heads, greatly improving latency and memory use.

Try out Command R+ with Medusa heads on 4xA100s with:

model=text-generation-inference/commandrplus-medusa
volume=$PWD/data # share a volume with the Docker container to avoid downloading weights every run

docker run --gpus all --shm-size 1g -p 8080:80 -v $volume:/data ghcr.io/huggingface/text-generation-inference:2.0 --model-id $model --speculate 3 --num-shard 4

What's Changed

New Contributors

Full Changelog: https://github.com/huggingface/text-generation-inference/compare/v1.4.5...v2.0.0

v1.4.5

1 month ago

Highlights

What's Changed

Full Changelog: https://github.com/huggingface/text-generation-inference/compare/v1.4.4...v1.4.5

v1.4.4

1 month ago

Highlights

  • CohereForAI/c4ai-command-r-v01 model support

What's Changed

New Contributors

Full Changelog: https://github.com/huggingface/text-generation-inference/compare/v1.4.3...v1.4.4

v1.4.3

2 months ago

Highlights

  • Add support for Starcoder 2
  • Add support for Qwen2

What's Changed

Full Changelog: https://github.com/huggingface/text-generation-inference/compare/v1.4.2...v1.4.3

v1.4.2

2 months ago

Highlights

  • Add support for Google Gemma models

What's Changed

Full Changelog: https://github.com/huggingface/text-generation-inference/compare/v1.4.1...v1.4.2

v1.4.1

2 months ago

Highlights

What's Changed

New Contributors

Full Changelog: https://github.com/huggingface/text-generation-inference/compare/v1.4.0...v1.4.1

v1.4.0

3 months ago

Highlights

  • OpenAI compatible API #1427
  • exllama v2 Tensor Parallel #1490
  • GPTQ support for AMD GPUs #1489
  • Phi support #1442

What's Changed

New Contributors

Full Changelog: https://github.com/huggingface/text-generation-inference/compare/v1.3.4...v1.4.0

v1.3.4

4 months ago

What's Changed

Full Changelog: https://github.com/huggingface/text-generation-inference/compare/v1.3.3...v1.3.4