Skip to content

Commit 61f1c07

Browse files
AniZpZDiweiSun
authored andcommitted
chore: remove unnecessary limits on quantization methods in test script (sgl-project#7997)
1 parent 8460bb8 commit 61f1c07

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/srt/test_vllm_dependency.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ def popen_launch_server_wrapper(base_url, model, is_fp8, is_tp2):
4242
other_args.extend(["--tp", "2"])
4343
if "DeepSeek" in model:
4444
other_args.extend(["--mem-frac", "0.85"])
45-
if "AWQ" in model:
46-
other_args.extend(["--quantization", "awq"])
47-
elif "GPTQ" in model:
48-
other_args.extend(["--quantization", "gptq"])
4945

5046
process = popen_launch_server(
5147
model,

0 commit comments

Comments
 (0)