Skip to content

Commit 7b700ec

Browse files
[Bugfix] Add test example for Ultravox v0.5 (#13890)
1 parent 7ca1da0 commit 7b700ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/models/registry.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ def check_available_online(
285285
"Qwen2_5_VLForConditionalGeneration": _HfExamplesInfo("Qwen/Qwen2.5-VL-3B-Instruct", # noqa: E501
286286
min_transformers_version="4.49"), # noqa: E501
287287
"UltravoxModel": _HfExamplesInfo("fixie-ai/ultravox-v0_4",
288+
extras={"v0.5": "fixie-ai/ultravox-v0_5-llama-3_2-1b"}, # noqa: E501
288289
trust_remote_code=True),
289290
# [Encoder-decoder]
290291
"MllamaForConditionalGeneration": _HfExamplesInfo("meta-llama/Llama-3.2-11B-Vision-Instruct"), # noqa: E501

0 commit comments

Comments
 (0)