From e2dba5c0adb4566a035e43240e4ca321b8c4a178 Mon Sep 17 00:00:00 2001 From: baptiste Date: Mon, 10 Mar 2025 10:43:09 +0000 Subject: [PATCH] feat(upstream): add depreaction message for the tgi-gaudi fork due to upstream of gaudi --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c840c9ee9..30ca8f4b8 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,9 @@ limitations under the License. # Text Generation Inference on Habana Gaudi +> [!WARNING] +> This repository is deprecated. Please use the [text-generation-inference](https://github.com/huggingface/text-generation-inference) repository instead for the latest version of TGI on Habana Gaudi. You should now use the latest image hosted on the TGI repo `ghcr.io/huggingface/text-generation-inference:latest-gaudi` instead of `ghcr.io/huggingface/tgi-gaudi:latest`. You can check the [Gaudi Backend documentation](https://huggingface.co/docs/text-generation-inference/en/backends/gaudi) for more information. + ## Table of contents - [Text Generation Inference on Habana Gaudi](#text-generation-inference-on-habana-gaudi)