fix: remove awq_dequantize deps (#10686)

This commit is contained in:
Yineng Zhang
2025-09-20 01:47:01 -07:00
committed by GitHub
parent ba94b82986
commit 7c876de7f5
3 changed files with 3 additions and 3 deletions

View File

@@ -164,7 +164,7 @@ elif _is_hip:
awq_dequantize_triton as awq_dequantize,
)
else:
from vllm._custom_ops import awq_dequantize
pass
if _is_hip:
from sglang.srt.layers.attention.triton_ops.rocm_mla_decode_rope import (

View File

@@ -131,7 +131,7 @@ elif _is_hip:
awq_dequantize_triton as awq_dequantize,
)
else:
from vllm._custom_ops import awq_dequantize
pass
logger = logging.getLogger(__name__)

View File

@@ -111,7 +111,7 @@ elif _is_hip:
awq_dequantize_triton as awq_dequantize,
)
else:
from vllm._custom_ops import awq_dequantize
pass
logger = logging.getLogger(__name__)