"vscode:/vscode.git/clone" did not exist on "115cd2e6ae9d7fc93bb03fb5bbdb27a731a628d2"
Unverified Commit ab10d798 authored by Andreas Karatzas's avatar Andreas Karatzas Committed by GitHub
Browse files

[ROCm][Bugfix] fix act_quant_fusion module import error (#34069)


Signed-off-by: default avatarAndreas Karatzas <akaratza@amd.com>
parent 7fcb705b
...@@ -18,9 +18,9 @@ from vllm.model_executor.layers.quantization.utils.quant_utils import ( ...@@ -18,9 +18,9 @@ from vllm.model_executor.layers.quantization.utils.quant_utils import (
) )
from vllm.platforms import current_platform from vllm.platforms import current_platform
from ..activation_quant_fusion import ActivationQuantPattern
from ..inductor_pass import enable_fake_mode from ..inductor_pass import enable_fake_mode
from ..vllm_inductor_pass import VllmInductorPass, VllmPatternMatcherPass from ..vllm_inductor_pass import VllmInductorPass, VllmPatternMatcherPass
from .act_quant_fusion import ActivationQuantPattern
from .matcher_utils import ( from .matcher_utils import (
MatcherFusedAddRMSNorm, MatcherFusedAddRMSNorm,
MatcherQuantFP8, MatcherQuantFP8,
......
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