Fix CI (#9013)
This commit is contained in:
@@ -9,9 +9,9 @@ class TestGptOss1Gpu(BaseTestGptOss):
|
||||
model_variant="20b",
|
||||
quantization="mxfp4",
|
||||
expected_score_of_reasoning_effort={
|
||||
"low": 0.38,
|
||||
"medium": 0.38,
|
||||
"high": 0.29, # TODO investigate
|
||||
"low": 0.34,
|
||||
"medium": 0.34,
|
||||
"high": 0.27, # TODO investigate
|
||||
},
|
||||
)
|
||||
|
||||
@@ -20,9 +20,9 @@ class TestGptOss1Gpu(BaseTestGptOss):
|
||||
model_variant="20b",
|
||||
quantization="bf16",
|
||||
expected_score_of_reasoning_effort={
|
||||
"low": 0.38,
|
||||
"medium": 0.38,
|
||||
"high": 0.29, # TODO investigate
|
||||
"low": 0.34,
|
||||
"medium": 0.34,
|
||||
"high": 0.27, # TODO investigate
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user