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
9632e48f
Unverified
Commit
9632e48f
authored
Nov 01, 2025
by
Liangsheng Yin
Committed by
GitHub
Nov 01, 2025
Browse files
[hot fix] Remove `from python.sglang.xxx` (#12483)
parent
59cce594
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/sglang/srt/layers/quantization/modelopt_quant.py
python/sglang/srt/layers/quantization/modelopt_quant.py
+1
-1
No files found.
python/sglang/srt/layers/quantization/modelopt_quant.py
View file @
9632e48f
...
...
@@ -7,7 +7,6 @@ from typing import TYPE_CHECKING, Any, Dict, List, Optional
import
torch
from
torch.nn.parameter
import
Parameter
from
python.sglang.srt.utils.common
import
is_sm120_supported
from
sglang.srt.distributed
import
get_tp_group
from
sglang.srt.layers.dp_attention
import
get_dp_global_num_tokens
,
get_local_dp_buffer
from
sglang.srt.layers.moe
import
(
...
...
@@ -42,6 +41,7 @@ from sglang.srt.layers.quantization.utils import (
)
from
sglang.srt.layers.radix_attention
import
RadixAttention
from
sglang.srt.utils
import
get_bool_env_var
,
is_cuda
,
next_power_of_2
from
sglang.srt.utils.common
import
is_sm120_supported
if
TYPE_CHECKING
:
from
sglang.srt.layers.moe.fused_moe_triton.layer
import
FusedMoE
...
...
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