From 67a42b5a44fe196250142f1e8ddee44d7061500f Mon Sep 17 00:00:00 2001 From: Harry Mellor <19981378+hmellor@users.noreply.github.com> Date: Wed, 11 Feb 2026 17:09:40 +0100 Subject: [PATCH] Don't try and run GLM-ASR with remote code (#34352) Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com> --- tests/models/registry.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/models/registry.py b/tests/models/registry.py index abc621d8e..21188bf39 100644 --- a/tests/models/registry.py +++ b/tests/models/registry.py @@ -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"),