From f7fdfc40521a2c79d8942409ce021090ac121c10 Mon Sep 17 00:00:00 2001 From: Neelay Shah Date: Fri, 27 Oct 2023 12:12:06 -0700 Subject: [PATCH] Update README.md Co-authored-by: Francesco Petrini --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0fd7ec2..ccd522d5 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The table below contains some popular models that are supported in our tutorials | :-------------: | :------------------------------: | | [Llama-2-7B](https://huggingface.co/meta-llama/Llama-2-7b-hf/tree/main) |[TensorRT-LLM Tutorial](Popular_Models_Guide/Llama2/trtllm_guide.md) | | [Persimmon-8B](https://www.adept.ai/blog/persimmon-8b) | [HuggingFace Transformers Tutorial](https://github.com/triton-inference-server/tutorials/tree/main/Quick_Deploy/HuggingFaceTransformers) | - [Falcon-180B](https://falconllm.tii.ae/index.html) |[HuggingFace Transformers Tutorial](https://github.com/triton-inference-server/tutorials/tree/main/Quick_Deploy/HuggingFaceTransformers) | + [Falcon-7B](https://huggingface.co/tiiuae/falcon-7b) |[HuggingFace Transformers Tutorial](https://github.com/triton-inference-server/tutorials/tree/main/Quick_Deploy/HuggingFaceTransformers) | **Note:** This is not an exhausitive list of what Triton supports, just what is included in the tutorials.