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
d98b81e2
Unverified
Commit
d98b81e2
authored
Oct 25, 2025
by
Qiaolin Yu
Committed by
GitHub
Oct 25, 2025
Browse files
Accelerate deepseek fp4 b200 ci (#11993)
parent
bcecf27e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
test/srt/test_deepseek_v3_fp4_4gpu.py
test/srt/test_deepseek_v3_fp4_4gpu.py
+5
-0
No files found.
test/srt/test_deepseek_v3_fp4_4gpu.py
View file @
d98b81e2
...
@@ -32,6 +32,8 @@ class TestDeepseekV3FP4(CustomTestCase):
...
@@ -32,6 +32,8 @@ class TestDeepseekV3FP4(CustomTestCase):
"flashinfer_trtllm"
,
"flashinfer_trtllm"
,
"--quantization"
,
"--quantization"
,
"modelopt_fp4"
,
"modelopt_fp4"
,
"--kv-cache-dtype"
,
"fp8_e4m3"
,
]
]
cls
.
process
=
popen_launch_server
(
cls
.
process
=
popen_launch_server
(
cls
.
model
,
cls
.
model
,
...
@@ -100,6 +102,9 @@ class TestDeepseekV3FP4MTP(CustomTestCase):
...
@@ -100,6 +102,9 @@ class TestDeepseekV3FP4MTP(CustomTestCase):
"1"
,
"1"
,
"--speculative-num-draft-tokens"
,
"--speculative-num-draft-tokens"
,
"4"
,
"4"
,
"--kv-cache-dtype"
,
"fp8_e4m3"
,
"--enable-beta-spec"
,
]
]
cls
.
process
=
popen_launch_server
(
cls
.
process
=
popen_launch_server
(
cls
.
model
,
cls
.
model
,
...
...
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