mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-11 03:54:59 +08:00
Fix a couple of Voxtral tests (#21218)
Signed-off-by: Huy Do <huydhn@gmail.com>
This commit is contained in:
parent
3a2cb2649d
commit
cf8cc32674
@ -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]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user