diff --git a/docs/source/_toctree.yml b/docs/source/_toctree.yml index 4503424bb..ab85682b7 100644 --- a/docs/source/_toctree.yml +++ b/docs/source/_toctree.yml @@ -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 diff --git a/docs/source/installation_tpu.md b/docs/source/installation_tpu.md new file mode 100644 index 000000000..208ebce3c --- /dev/null +++ b/docs/source/installation_tpu.md @@ -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.