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
5524e7d0
"vscode:/vscode.git/clone" did not exist on "086471199c9796df1f37e13767a96ec777233efc"
Unverified
Commit
5524e7d0
authored
Mar 10, 2025
by
Lianmin Zheng
Committed by
GitHub
Mar 10, 2025
Browse files
Fix nightly eval for neuralmagic/Mixtral-8x7B-Instruct-v0.1-FP8 (#4279)
parent
e187a3d5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
test/srt/test_nightly_gsm8k_eval.py
test/srt/test_nightly_gsm8k_eval.py
+3
-1
No files found.
test/srt/test_nightly_gsm8k_eval.py
View file @
5524e7d0
...
@@ -38,7 +38,7 @@ MODEL_SCORE_THRESHOLDS = {
...
@@ -38,7 +38,7 @@ MODEL_SCORE_THRESHOLDS = {
"neuralmagic/Qwen2-57B-A14B-Instruct-FP8"
:
0.82
,
"neuralmagic/Qwen2-57B-A14B-Instruct-FP8"
:
0.82
,
"hugging-quants/Meta-Llama-3.1-8B-Instruct-AWQ-INT4"
:
0.84
,
"hugging-quants/Meta-Llama-3.1-8B-Instruct-AWQ-INT4"
:
0.84
,
"hugging-quants/Meta-Llama-3.1-8B-Instruct-GPTQ-INT4"
:
0.83
,
"hugging-quants/Meta-Llama-3.1-8B-Instruct-GPTQ-INT4"
:
0.83
,
"hugging-quants/Mixtral-8x7B-Instruct-v0.1-AWQ-INT4"
:
0.6
0
,
"hugging-quants/Mixtral-8x7B-Instruct-v0.1-AWQ-INT4"
:
0.6
2
,
}
}
...
@@ -53,6 +53,8 @@ def popen_launch_server_wrapper(base_url, model, is_fp8, is_tp2):
...
@@ -53,6 +53,8 @@ def popen_launch_server_wrapper(base_url, model, is_fp8, is_tp2):
other_args
.
extend
([
"--kv-cache-dtype"
,
"fp8_e5m2"
])
other_args
.
extend
([
"--kv-cache-dtype"
,
"fp8_e5m2"
])
elif
"Qwen2-72B-Instruct-FP8"
in
model
:
elif
"Qwen2-72B-Instruct-FP8"
in
model
:
other_args
.
extend
([
"--quantization"
,
"fp8"
])
other_args
.
extend
([
"--quantization"
,
"fp8"
])
elif
"neuralmagic/Mixtral-8x7B-Instruct-v0.1-FP8"
in
model
:
other_args
.
extend
([])
else
:
else
:
other_args
.
extend
([
"--quantization"
,
"fp8"
,
"--kv-cache-dtype"
,
"fp8_e5m2"
])
other_args
.
extend
([
"--quantization"
,
"fp8"
,
"--kv-cache-dtype"
,
"fp8_e5m2"
])
if
is_tp2
:
if
is_tp2
:
...
...
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