From 45d7a4a82a11baed3c89896a70e2173507bd2144 Mon Sep 17 00:00:00 2001 From: nil0x9 Date: Mon, 11 May 2026 23:55:14 +0800 Subject: [PATCH] [CI] fix test_qwen3_5_vl_run_mtp assert msg --- tests/model/test_qwen3_5.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/model/test_qwen3_5.py b/tests/model/test_qwen3_5.py index 8af0cfde0..df695af1a 100644 --- a/tests/model/test_qwen3_5.py +++ b/tests/model/test_qwen3_5.py @@ -300,7 +300,7 @@ def test_qwen3_5_vl_run_mtp(self, device, sp_size, tol): atol=tol, rtol=tol ), - f"Expected text loss around {key}, but got {loss.item()}" + f"Expected {key} loss around {loss_reference[key]}, but got {loss.item()}" )