Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
533b018f
Unverified
Commit
533b018f
authored
Nov 11, 2025
by
jvlunteren
Committed by
GitHub
Nov 11, 2025
Browse files
[BugFix] Fix Failing Ruff Check (#28469)
Signed-off-by:
Jan van Lunteren
<
jvl@zurich.ibm.com
>
parent
a1448b4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/compile/test_fusions_e2e.py
tests/compile/test_fusions_e2e.py
+1
-1
No files found.
tests/compile/test_fusions_e2e.py
View file @
533b018f
...
@@ -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
=
Attention
Backend
Enum
.
TRITON_ATTN
,
attention_fusions
=
0
,
attention_fusions
=
0
,
allreduce_fusions
=
97
,
allreduce_fusions
=
97
,
),
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment