[CI] Move mistral large 3 basic to nightly (#14622)

This commit is contained in:
Alison Shao
2025-12-09 00:28:44 -08:00
committed by GitHub
parent 66772aa2b4
commit 9a426fc5ef
2 changed files with 10 additions and 9 deletions
+4 -3
View File
@@ -174,9 +174,9 @@ suites = {
TestFile("test_llama31_fp4.py", 300),
TestFile("test_eagle_infer_beta_dp_attention.py", 300),
],
"per-commit-8-gpu-b200": [
TestFile("test_mistral_large3_basic.py", 275),
],
# "per-commit-8-gpu-b200": [
# TestFile("test_mistral_large3_basic.py", 275), # Moved to nightly - large model
# ],
"per-commit-4-gpu-gb200": [
TestFile("test_cutedsl_moe.py", 300),
TestFile("test_deepseek_v3_cutedsl_4gpu.py", 1800),
@@ -211,6 +211,7 @@ suites = {
TestFile("test_vision_openai_server_common.py"),
TestFile("test_profile_v2.py"),
TestFile("models/test_ministral3_models.py"),
TestFile("test_mistral_large3_basic.py"),
],
}