We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9344b34 commit 1df3084Copy full SHA for 1df3084
vllm/model_executor/models/voxtral.py
@@ -486,7 +486,7 @@ def validate_language(cls, language: str) -> bool:
486
else:
487
raise ValueError(
488
f"Unsupported language: {language}. Language should "
489
- f"be one of: {list(ISO639_1_SUPPORTED_LANGS.values())}")
+ f"be one of: {list(ISO639_1_SUPPORTED_LANGS.keys())}")
490
491
@classmethod
492
def get_num_audio_tokens(cls, audio_duration_s: float,
0 commit comments