Added reference to TPU support

This commit is contained in:
Brandon Royal 2024-04-18 15:29:50 -04:00 committed by GitHub
parent 2d0a7173d4
commit d769f56c0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,6 +64,7 @@ Text Generation Inference (TGI) is a toolkit for deploying and serving Large Lan
- [Inferentia](https://github.com/huggingface/optimum-neuron/tree/main/text-generation-inference) - [Inferentia](https://github.com/huggingface/optimum-neuron/tree/main/text-generation-inference)
- [Intel GPU](https://github.com/huggingface/text-generation-inference/pull/1475) - [Intel GPU](https://github.com/huggingface/text-generation-inference/pull/1475)
- [Gaudi](https://github.com/huggingface/tgi-gaudi) - [Gaudi](https://github.com/huggingface/tgi-gaudi)
- [Google TPU](https://huggingface.co/docs/optimum-tpu/howto/serving)
## Get Started ## Get Started