Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
7c876de7
Unverified
Commit
7c876de7
authored
Sep 20, 2025
by
Yineng Zhang
Committed by
GitHub
Sep 20, 2025
Browse files
fix: remove awq_dequantize deps (#10686)
parent
ba94b829
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
python/sglang/srt/models/deepseek_v2.py
python/sglang/srt/models/deepseek_v2.py
+1
-1
python/sglang/srt/models/longcat_flash.py
python/sglang/srt/models/longcat_flash.py
+1
-1
python/sglang/srt/models/longcat_flash_nextn.py
python/sglang/srt/models/longcat_flash_nextn.py
+1
-1
No files found.
python/sglang/srt/models/deepseek_v2.py
View file @
7c876de7
...
...
@@ -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
(
...
...
python/sglang/srt/models/longcat_flash.py
View file @
7c876de7
...
...
@@ -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__
)
...
...
python/sglang/srt/models/longcat_flash_nextn.py
View file @
7c876de7
...
...
@@ -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__
)
...
...
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