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
dcb8f090
Unverified
Commit
dcb8f090
authored
Oct 18, 2025
by
fzyzcjy
Committed by
GitHub
Oct 17, 2025
Browse files
Super tiny fix CI (#11788)
parent
9eefe2c0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
python/sglang/srt/layers/quantization/modelopt_quant.py
python/sglang/srt/layers/quantization/modelopt_quant.py
+0
-1
python/sglang/srt/models/deepseek_v2.py
python/sglang/srt/models/deepseek_v2.py
+1
-2
No files found.
python/sglang/srt/layers/quantization/modelopt_quant.py
View file @
dcb8f090
...
...
@@ -2,7 +2,6 @@
from
__future__
import
annotations
import
logging
import
os
from
typing
import
TYPE_CHECKING
,
Any
,
Dict
,
List
,
Optional
import
torch
...
...
python/sglang/srt/models/deepseek_v2.py
View file @
dcb8f090
...
...
@@ -26,7 +26,6 @@ from typing import Any, Dict, Iterable, Optional, Tuple, Union
import
torch
import
torch.nn.functional
as
F
from
torch
import
nn
from
tqdm
import
tqdm
,
trange
from
transformers
import
PretrainedConfig
from
sglang.srt
import
single_batch_overlap
...
...
@@ -83,7 +82,7 @@ from sglang.srt.layers.moe import (
from
sglang.srt.layers.moe.ep_moe.layer
import
DeepEPMoE
,
get_moe_impl_class
from
sglang.srt.layers.moe.fused_moe_triton.layer
import
FusedMoE
from
sglang.srt.layers.moe.topk
import
TopK
,
TopKOutputFormat
from
sglang.srt.layers.quantization
import
Fp8Config
,
deep_gemm_wrapper
from
sglang.srt.layers.quantization
import
deep_gemm_wrapper
from
sglang.srt.layers.quantization.base_config
import
QuantizationConfig
from
sglang.srt.layers.quantization.fp8_kernel
import
(
is_fp8_fnuz
,
...
...
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