Don't try and run GLM-ASR with remote code (#34352)

Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
Harry Mellor
2026-02-11 17:09:40 +01:00
committed by GitHub
parent c7914d30f9
commit 67a42b5a44

View File

@@ -725,7 +725,6 @@ _MULTIMODAL_EXAMPLE_MODELS = {
"Gemma3nForConditionalGeneration": _HfExamplesInfo("google/gemma-3n-E2B-it"),
"GlmAsrForConditionalGeneration": _HfExamplesInfo(
"zai-org/GLM-ASR-Nano-2512",
trust_remote_code=True,
min_transformers_version="5.0.0",
),
"GraniteVision": _HfExamplesInfo("ibm-granite/granite-vision-3.3-2b"),