From a01a82b75a0ed697829e50a9471dc0d1816d70d3 Mon Sep 17 00:00:00 2001 From: Haihan Jiang Date: Sat, 30 May 2026 05:18:29 -0700 Subject: [PATCH] Fix T5 model serving doc links --- ai-ml/t5-model-serving/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ai-ml/t5-model-serving/README.md b/ai-ml/t5-model-serving/README.md index 9521c5502c..f878b12481 100644 --- a/ai-ml/t5-model-serving/README.md +++ b/ai-ml/t5-model-serving/README.md @@ -1,5 +1,7 @@ # Serving T5 Large Language Model with TorchServe -[![Open in Cloud Shell](https://gstatic.com/cloudssh/images/open-btn.svg)](https://ssh.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https://github.com/GoogleCloudPlatform/kubernetes-engine-samples&cloudshell_tutorial=README.md&cloudshell_workspace=ai-ml/t5-model-serve) +[![Open in Cloud Shell](https://gstatic.com/cloudssh/images/open-btn.svg)](https://ssh.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https://github.com/GoogleCloudPlatform/kubernetes-engine-samples&cloudshell_tutorial=README.md&cloudshell_workspace=ai-ml/t5-model-serving) This tutorial shows how to run a serve of [T5 Large Language Model](https://huggingface.co/t5-small) with [TorchServe](https://pytorch.org/serve/) on GKE. + +For the full Google Cloud tutorial, see [Serve scalable LLMs on GKE with TorchServe](https://cloud.google.com/kubernetes-engine/docs/tutorials/scalable-ml-models-torchserve).