From 11151cd0ed641caec901fab86e62c6c81518d37a Mon Sep 17 00:00:00 2001 From: DarkLight1337 Date: Wed, 26 Feb 2025 10:17:14 +0000 Subject: [PATCH] Add test example Signed-off-by: DarkLight1337 --- tests/models/registry.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/models/registry.py b/tests/models/registry.py index b47eaef30bf2..8614baf18f3b 100644 --- a/tests/models/registry.py +++ b/tests/models/registry.py @@ -285,6 +285,7 @@ def check_available_online( "Qwen2_5_VLForConditionalGeneration": _HfExamplesInfo("Qwen/Qwen2.5-VL-3B-Instruct", # noqa: E501 min_transformers_version="4.49"), # noqa: E501 "UltravoxModel": _HfExamplesInfo("fixie-ai/ultravox-v0_4", + extras={"v0.5": "fixie-ai/ultravox-v0_5-llama-3_2-1b"}, # noqa: E501 trust_remote_code=True), # [Encoder-decoder] "MllamaForConditionalGeneration": _HfExamplesInfo("meta-llama/Llama-3.2-11B-Vision-Instruct"), # noqa: E501