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
cf8cc326
Unverified
Commit
cf8cc326
authored
Jul 19, 2025
by
Huy Do
Committed by
GitHub
Jul 19, 2025
Browse files
Fix a couple of Voxtral tests (#21218)
Signed-off-by:
Huy Do
<
huydhn@gmail.com
>
parent
3a2cb264
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
tests/models/registry.py
tests/models/registry.py
+5
-1
No files found.
tests/models/registry.py
View file @
cf8cc326
...
@@ -449,7 +449,11 @@ _MULTIMODAL_EXAMPLE_MODELS = {
...
@@ -449,7 +449,11 @@ _MULTIMODAL_EXAMPLE_MODELS = {
tokenizer
=
"Isotr0py/Florence-2-tokenizer"
,
# noqa: E501
tokenizer
=
"Isotr0py/Florence-2-tokenizer"
,
# noqa: E501
trust_remote_code
=
True
),
# noqa: E501
trust_remote_code
=
True
),
# noqa: E501
"MllamaForConditionalGeneration"
:
_HfExamplesInfo
(
"meta-llama/Llama-3.2-11B-Vision-Instruct"
),
# noqa: E501
"MllamaForConditionalGeneration"
:
_HfExamplesInfo
(
"meta-llama/Llama-3.2-11B-Vision-Instruct"
),
# noqa: E501
"VoxtralForConditionalGeneration"
:
_HfExamplesInfo
(
"mistralai/Voxtral-Mini-3B-2507"
,
tokenizer_mode
=
"mistral"
),
# noqa: E501
"VoxtralForConditionalGeneration"
:
_HfExamplesInfo
(
"mistralai/Voxtral-Mini-3B-2507"
,
tokenizer_mode
=
"mistral"
,
min_transformers_version
=
"4.54"
),
"WhisperForConditionalGeneration"
:
_HfExamplesInfo
(
"openai/whisper-large-v3"
),
# noqa: E501
"WhisperForConditionalGeneration"
:
_HfExamplesInfo
(
"openai/whisper-large-v3"
),
# noqa: E501
# [Cross-encoder]
# [Cross-encoder]
...
...
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