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
44d3b1df
Unverified
Commit
44d3b1df
authored
Dec 17, 2025
by
Cyrus Leung
Committed by
GitHub
Dec 16, 2025
Browse files
[CI/Build] Fix compatibility between #30244 and #30396 (#30787)
Signed-off-by:
DarkLight1337
<
tlleungac@connect.ust.hk
>
parent
bb5ac1fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
tests/compile/distributed/test_fusions_e2e.py
tests/compile/distributed/test_fusions_e2e.py
+3
-1
No files found.
tests/compile/distributed/test_fusions_e2e.py
View file @
44d3b1df
...
@@ -564,7 +564,9 @@ def test_rms_group_quant(
...
@@ -564,7 +564,9 @@ def test_rms_group_quant(
splitting_ops
=
splitting_ops
,
splitting_ops
=
splitting_ops
,
# Common
# Common
mode
=
CompilationMode
.
VLLM_COMPILE
,
mode
=
CompilationMode
.
VLLM_COMPILE
,
pass_config
=
PassConfig
(
eliminate_noops
=
True
,
fuse_norm_quant
=
True
),
pass_config
=
PassConfig
(
fuse_norm_quant
=
True
,
fuse_act_quant
=
True
,
eliminate_noops
=
True
),
# Inductor caches custom passes by default as well via uuid
# Inductor caches custom passes by default as well via uuid
inductor_compile_config
=
{
"force_disable_caches"
:
True
},
inductor_compile_config
=
{
"force_disable_caches"
:
True
},
)
)
...
...
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