From 670d75b872016ed775d5bcee25581b05a8a38d0d Mon Sep 17 00:00:00 2001 From: David Holtz Date: Mon, 28 Oct 2024 14:36:54 +0000 Subject: [PATCH] fix: update docs and lint unused vars --- docs/source/supported_models.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/supported_models.md b/docs/source/supported_models.md index ede1fc77..55449e47 100644 --- a/docs/source/supported_models.md +++ b/docs/source/supported_models.md @@ -24,6 +24,7 @@ Text Generation Inference enables serving optimized models. The following sectio - [Falcon](https://huggingface.co/tiiuae/falcon-7b-instruct) - [StarCoder 2](https://huggingface.co/bigcode/starcoder2-15b-instruct-v0.1) - [Qwen 2](https://huggingface.co/collections/Qwen/qwen2-6659360b33528ced941e557f) +- [Qwen 2 VL](https://huggingface.co/collections/Qwen/qwen2-vl-66cee7455501d7126940800d) - [Opt](https://huggingface.co/facebook/opt-6.7b) - [T5](https://huggingface.co/google/flan-t5-xxl) - [Galactica](https://huggingface.co/facebook/galactica-120b)