[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:
pougetat
2026-02-20 19:59:42 -08:00
committed by GitHub
parent 7a5adad480
commit 11be2c74dc
5 changed files with 256 additions and 1 deletions

View File

@@ -1023,6 +1023,14 @@ _MULTIMODAL_EXAMPLE_MODELS = {
min_transformers_version="4.57",
is_available_online=False,
),
"Qwen3ASRRealtimeGeneration": _HfExamplesInfo(
"Qwen/Qwen3-ASR-1.7B",
max_model_len=4096,
min_transformers_version="4.57",
enforce_eager=True,
hf_overrides={"architectures": ["Qwen3ASRRealtimeGeneration"]},
is_available_online=False,
),
"RForConditionalGeneration": _HfExamplesInfo("YannQi/R-4B", trust_remote_code=True),
"SkyworkR1VChatModel": _HfExamplesInfo(
"Skywork/Skywork-R1V-38B", trust_remote_code=True