Skip to content

Commit 1df3084

Browse files
Update vllm/model_executor/models/voxtral.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Sanchit Gandhi <sgandhi3141@gmail.com>
1 parent 9344b34 commit 1df3084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/model_executor/models/voxtral.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ def validate_language(cls, language: str) -> bool:
486486
else:
487487
raise ValueError(
488488
f"Unsupported language: {language}. Language should "
489-
f"be one of: {list(ISO639_1_SUPPORTED_LANGS.values())}")
489+
f"be one of: {list(ISO639_1_SUPPORTED_LANGS.keys())}")
490490

491491
@classmethod
492492
def get_num_audio_tokens(cls, audio_duration_s: float,

0 commit comments

Comments
 (0)