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"),