Unverified Commit 7c876de7 authored by Yineng Zhang's avatar Yineng Zhang Committed by GitHub
Browse files

fix: remove awq_dequantize deps (#10686)

parent ba94b829
...@@ -164,7 +164,7 @@ elif _is_hip: ...@@ -164,7 +164,7 @@ elif _is_hip:
awq_dequantize_triton as awq_dequantize, awq_dequantize_triton as awq_dequantize,
) )
else: else:
from vllm._custom_ops import awq_dequantize pass
if _is_hip: if _is_hip:
from sglang.srt.layers.attention.triton_ops.rocm_mla_decode_rope import ( from sglang.srt.layers.attention.triton_ops.rocm_mla_decode_rope import (
......
...@@ -131,7 +131,7 @@ elif _is_hip: ...@@ -131,7 +131,7 @@ elif _is_hip:
awq_dequantize_triton as awq_dequantize, awq_dequantize_triton as awq_dequantize,
) )
else: else:
from vllm._custom_ops import awq_dequantize pass
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)
......
...@@ -111,7 +111,7 @@ elif _is_hip: ...@@ -111,7 +111,7 @@ elif _is_hip:
awq_dequantize_triton as awq_dequantize, awq_dequantize_triton as awq_dequantize,
) )
else: else:
from vllm._custom_ops import awq_dequantize pass
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)
......
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