docs(tpu): add TPU installation guide for TGI

This commit is contained in:
Baptiste Colle 2025-01-15 06:20:08 +01:00
parent 880ab9c2f3
commit f91533224c
2 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,8 @@
title: Using TGI with Intel Gaudi title: Using TGI with Intel Gaudi
- local: installation_inferentia - local: installation_inferentia
title: Using TGI with AWS Inferentia title: Using TGI with AWS Inferentia
- local: installation_tpu
title: Using TGI with Google TPU
- local: installation_intel - local: installation_intel
title: Using TGI with Intel GPUs title: Using TGI with Intel GPUs
- local: installation - 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.