Add test_gpt_oss_4gpu.py to B200 test suite (#17743)

This commit is contained in:
Alison Shao
2026-01-26 21:57:06 +08:00
committed by GitHub
parent b56366f827
commit 6c0f9b4824
+1
View File
@@ -34,6 +34,7 @@ suites = {
"per-commit-4-gpu-b200": [
TestFile("test_deepseek_v3_fp4_4gpu.py", 1500),
TestFile("test_fp8_blockwise_gemm.py", 280),
TestFile("test_gpt_oss_4gpu.py", 300),
TestFile("test_nvfp4_gemm.py", 360),
],
# "per-commit-8-gpu-b200": [