📝 add guide on using TPU with TGI in the docs (#2907)

This commit is contained in:
Baptiste Colle 2025-01-15 16:26:11 +01:00 committed by GitHub
parent dc9b8e9814
commit 46994b34fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,8 @@
title: Using TGI with Intel Gaudi
- local: installation_inferentia
title: Using TGI with AWS Inferentia
- local: installation_tpu
title: Using TGI with Google TPU
- local: installation_intel
title: Using TGI with Intel GPUs
- local: installation

View File

@ -0,0 +1,3 @@
# Using TGI with Google TPU
Check out this [guide](https://huggingface.co/docs/optimum-tpu) on how to serve models with TGI on TPUs.