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
ab10d798
Unverified
Commit
ab10d798
authored
Feb 07, 2026
by
Andreas Karatzas
Committed by
GitHub
Feb 07, 2026
Browse files
[ROCm][Bugfix] fix act_quant_fusion module import error (#34069)
Signed-off-by:
Andreas Karatzas
<
akaratza@amd.com
>
parent
7fcb705b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/compilation/passes/fusion/rocm_aiter_fusion.py
vllm/compilation/passes/fusion/rocm_aiter_fusion.py
+1
-1
No files found.
vllm/compilation/passes/fusion/rocm_aiter_fusion.py
View file @
ab10d798
...
...
@@ -18,9 +18,9 @@ from vllm.model_executor.layers.quantization.utils.quant_utils import (
)
from
vllm.platforms
import
current_platform
from
..activation_quant_fusion
import
ActivationQuantPattern
from
..inductor_pass
import
enable_fake_mode
from
..vllm_inductor_pass
import
VllmInductorPass
,
VllmPatternMatcherPass
from
.act_quant_fusion
import
ActivationQuantPattern
from
.matcher_utils
import
(
MatcherFusedAddRMSNorm
,
MatcherQuantFP8
,
...
...
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