From 26ff616bbf43c5c5ecb847589705cebdbff46706 Mon Sep 17 00:00:00 2001 From: Nick Hill Date: Fri, 10 Jul 2026 22:01:23 +0100 Subject: [PATCH] [Bugfix][Test] Register Qwen/Qwen3.5-4B example model (#48276) Signed-off-by: Nick Hill Co-authored-by: Claude Opus 4.8 (1M context) --- tests/models/registry.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/models/registry.py b/tests/models/registry.py index ec9ef35436f..41850ad8fbb 100644 --- a/tests/models/registry.py +++ b/tests/models/registry.py @@ -1308,6 +1308,7 @@ _MULTIMODAL_EXAMPLE_MODELS = { ), "Qwen3_5ForConditionalGeneration": _HfExamplesInfo( "Qwen/Qwen3.5-0.8B", + extras={"4b": "Qwen/Qwen3.5-4B"}, max_model_len=4096, ), "Qwen3_5MoeForConditionalGeneration": _HfExamplesInfo(