From 9cd7ad9fe45304559cbe29f2a00633ac1e459b16 Mon Sep 17 00:00:00 2001 From: Brittany <24945384+bvrockwell@users.noreply.github.com> Date: Mon, 27 Oct 2025 16:49:39 -0700 Subject: [PATCH] Update README.md --- docs/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/README.md b/docs/README.md index 97ceead2c..7e1105143 100644 --- a/docs/README.md +++ b/docs/README.md @@ -28,6 +28,12 @@ For this reason, we’ve provided a **[Recommended Models and Features](recommen If you are new to vLLM on TPU, we recommend starting with the **[Quickstart](getting_started/quickstart.md)** guide. It will walk you through the process of setting up your environment and running your first model. +**Compatible TPU Generations** +- Recommended: v5e, v6e +- Experimental: v3, v4, v5p + +*Check out a few v6e recipes [here](https://github.com/AI-Hypercomputer/tpu-recipes/tree/main/inference/trillium/vLLM)!* + ## Developer Guides If you are interested in contributing to the project or want to learn more about the internals, check out our developer guides: