Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
7b700ec8
Unverified
Commit
7b700ec8
authored
Feb 26, 2025
by
Cyrus Leung
Committed by
GitHub
Feb 26, 2025
Browse files
[Bugfix] Add test example for Ultravox v0.5 (#13890)
parent
7ca1da02
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
tests/models/registry.py
tests/models/registry.py
+1
-0
No files found.
tests/models/registry.py
View file @
7b700ec8
...
...
@@ -285,6 +285,7 @@ _MULTIMODAL_EXAMPLE_MODELS = {
"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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment