Unverified Commit 5ad05719 authored by Ke Bao's avatar Ke Bao Committed by GitHub
Browse files

Adjust ci test threshold (#5271)

parent 34ef6c81
...@@ -17,7 +17,7 @@ from sglang.test.test_utils import ( ...@@ -17,7 +17,7 @@ from sglang.test.test_utils import (
) )
MODEL_SCORE_THRESHOLDS = { MODEL_SCORE_THRESHOLDS = {
"hugging-quants/Meta-Llama-3.1-8B-Instruct-AWQ-INT4": 0.84, "hugging-quants/Meta-Llama-3.1-8B-Instruct-AWQ-INT4": 0.83,
"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.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