Unverified Commit 533b018f authored by jvlunteren's avatar jvlunteren Committed by GitHub
Browse files

[BugFix] Fix Failing Ruff Check (#28469)


Signed-off-by: default avatarJan van Lunteren <jvl@zurich.ibm.com>
parent a1448b4b
...@@ -74,7 +74,7 @@ if current_platform.is_cuda(): ...@@ -74,7 +74,7 @@ if current_platform.is_cuda():
ModelBackendTestCase( ModelBackendTestCase(
model_name="Qwen/Qwen3-30B-A3B", model_name="Qwen/Qwen3-30B-A3B",
model_kwargs=dict(max_model_len=1024), model_kwargs=dict(max_model_len=1024),
backend=_Backend.TRITON_ATTN, backend=AttentionBackendEnum.TRITON_ATTN,
attention_fusions=0, attention_fusions=0,
allreduce_fusions=97, allreduce_fusions=97,
), ),
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment