Unverified Commit 3ec0b212 authored by Lianmin Zheng's avatar Lianmin Zheng Committed by GitHub
Browse files

[CI] Fix flaky threshold (#8370)

parent 58c468f4
...@@ -17,8 +17,8 @@ from sglang.test.test_utils import ( ...@@ -17,8 +17,8 @@ from sglang.test.test_utils import (
) )
MODEL_SCORE_THRESHOLDS = { MODEL_SCORE_THRESHOLDS = {
"hugging-quants/Meta-Llama-3.1-8B-Instruct-AWQ-INT4": 0.83, "hugging-quants/Meta-Llama-3.1-8B-Instruct-AWQ-INT4": 0.825,
"hugging-quants/Meta-Llama-3.1-8B-Instruct-GPTQ-INT4": 0.83, "hugging-quants/Meta-Llama-3.1-8B-Instruct-GPTQ-INT4": 0.825,
"hugging-quants/Mixtral-8x7B-Instruct-v0.1-AWQ-INT4": 0.62, "hugging-quants/Mixtral-8x7B-Instruct-v0.1-AWQ-INT4": 0.62,
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment