From 5d7a4ce290ee6407d2e4fec78758740c79a61f34 Mon Sep 17 00:00:00 2001 From: "Wang, Yi A" Date: Wed, 2 Jul 2025 00:41:11 -0700 Subject: [PATCH] update doc Signed-off-by: Wang, Yi A --- docs/source/backends/gaudi.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/backends/gaudi.mdx b/docs/source/backends/gaudi.mdx index 7cf2c8b0..d93091e1 100644 --- a/docs/source/backends/gaudi.mdx +++ b/docs/source/backends/gaudi.mdx @@ -184,8 +184,8 @@ Text Generation Inference enables serving optimized models on Gaudi hardware. Th **Large Language Models (LLMs)** - [deepseek-R1](https://huggingface.co/deepseek-ai/DeepSeek-R1) -- [idefics2](https://huggingface.co/meta-llama/Llama-2-70b-chat-hf) -- [Llama](https://huggingface.co/collections/meta-llama/llama-31-669fc079a0c406a149a5738f) +- [Llama2](https://huggingface.co/collections/meta-llama/llama-2-family-661da1f90a9d678b6f55773b) +- [Llama3](https://huggingface.co/collections/meta-llama/llama-31-669fc079a0c406a149a5738f) - [CodeLlama](https://huggingface.co/codellama/CodeLlama-13b-hf) - [Mixtral](https://huggingface.co/mistralai/Mixtral-8x7B-Instruct-v0.1) - [Mistral](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.3)