[Cohere] Enable Cohere-Transcribe (#38120)

Signed-off-by: Ekagra Ranjan <3116519+ekagra-ranjan@users.noreply.github.com>
This commit is contained in:
Ekagra Ranjan
2026-03-25 19:13:51 -04:00
committed by GitHub
parent a0e8c74005
commit 7b54f60db0
6 changed files with 23 additions and 11 deletions

View File

@@ -525,9 +525,9 @@ _MULTIMODAL_MODELS = {
"VoxtralForConditionalGeneration": ("voxtral", "VoxtralForConditionalGeneration"),
"VoxtralRealtimeGeneration": ("voxtral_realtime", "VoxtralRealtimeGeneration"),
# [Encoder-decoder]
"CohereASRForConditionalGeneration": (
"CohereAsrForConditionalGeneration": (
"cohere_asr",
"CohereASRForConditionalGeneration",
"CohereAsrForConditionalGeneration",
),
"NemotronParseForConditionalGeneration": (
"nemotron_parse",