[Realtime] Add Qwen3-ASR realtime streaming support (#34613)
Signed-off-by: Thomas Pouget-Abadie <thomaspou@microsoft.com> Co-authored-by: Thomas Pouget-Abadie <thomaspou@microsoft.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: Nicolò Lucchesi <nlucches@redhat.com>
This commit is contained in:
@@ -468,6 +468,10 @@ _MULTIMODAL_MODELS = {
|
||||
"qwen3_asr",
|
||||
"Qwen3ASRForConditionalGeneration",
|
||||
),
|
||||
"Qwen3ASRRealtimeGeneration": (
|
||||
"qwen3_asr_realtime",
|
||||
"Qwen3ASRRealtimeGeneration",
|
||||
),
|
||||
"Qwen3VLForConditionalGeneration": ("qwen3_vl", "Qwen3VLForConditionalGeneration"), # noqa: E501
|
||||
"Qwen3VLMoeForConditionalGeneration": (
|
||||
"qwen3_vl_moe",
|
||||
|
||||
Reference in New Issue
Block a user