[BugFix] Fix Failing Ruff Check (#28469)

Signed-off-by: Jan van Lunteren <jvl@zurich.ibm.com>
This commit is contained in:
jvlunteren
2025-11-11 15:41:43 +01:00
committed by GitHub
parent a1448b4b69
commit 533b018f72

View File

@@ -74,7 +74,7 @@ if current_platform.is_cuda():
ModelBackendTestCase(
model_name="Qwen/Qwen3-30B-A3B",
model_kwargs=dict(max_model_len=1024),
backend=_Backend.TRITON_ATTN,
backend=AttentionBackendEnum.TRITON_ATTN,
attention_fusions=0,
allreduce_fusions=97,
),