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
b5dd5e87
Unverified
Commit
b5dd5e87
authored
Jul 14, 2025
by
Peng Zhang
Committed by
GitHub
Jul 13, 2025
Browse files
chore: remove unnecessary limits on quantization methods in test script (#7997)
parent
9379da77
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
test/srt/test_vllm_dependency.py
test/srt/test_vllm_dependency.py
+0
-4
No files found.
test/srt/test_vllm_dependency.py
View file @
b5dd5e87
...
...
@@ -42,10 +42,6 @@ def popen_launch_server_wrapper(base_url, model, is_fp8, is_tp2):
other_args
.
extend
([
"--tp"
,
"2"
])
if
"DeepSeek"
in
model
:
other_args
.
extend
([
"--mem-frac"
,
"0.85"
])
if
"AWQ"
in
model
:
other_args
.
extend
([
"--quantization"
,
"awq"
])
elif
"GPTQ"
in
model
:
other_args
.
extend
([
"--quantization"
,
"gptq"
])
process
=
popen_launch_server
(
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