Fix nightly Mistral-Large-3 NVFP4 accuracy threshold (#19402)

Co-authored-by: Alison Shao <alisonshao@MacBook-Pro-D2W773R9CD.local>
This commit is contained in:
Alison Shao
2026-02-25 23:59:11 -08:00
committed by GitHub
parent d2b3c7fb14
commit e14fd4accb

View File

@@ -88,7 +88,7 @@ class TestMistralLarge3(unittest.TestCase):
run_combined_tests(
models=variants,
test_name="Mistral-Large-3",
accuracy_params=AccuracyTestParams(dataset="gsm8k", baseline_accuracy=0.90),
accuracy_params=AccuracyTestParams(dataset="gsm8k", baseline_accuracy=0.85),
performance_params=PerformanceTestParams(
profile_dir="performance_profiles_mistral_large3",
),