[NVIDIA] Add CI workloads for GB200 (#12242)

This commit is contained in:
Kaixi Hou
2025-10-30 14:32:03 -07:00
committed by GitHub
parent 7d121448b2
commit c0d02cf4d1
5 changed files with 73 additions and 5 deletions
+4
View File
@@ -112,6 +112,9 @@ class SGLangCIAnalyzer:
"b200": [
"unit-test-backend-4-gpu-b200",
],
"gb200": [
"unit-test-backend-4-gpu-gb200",
],
}
stats = {
@@ -180,6 +183,7 @@ class SGLangCIAnalyzer:
"unit-test-deepep-8-gpu",
"unit-test-backend-8-gpu-deepseek-v32",
"unit-test-backend-4-gpu-b200",
"unit-test-backend-4-gpu-gb200",
"vllm-dependency-test",
"nightly-test-eval-text-models",
"nightly-test-perf-text-models",
@@ -181,6 +181,7 @@ class SGLangTestBalanceAnalyzer:
"unit-test-backend-8-gpu-h200",
"unit-test-backend-8-gpu-h20",
"unit-test-backend-4-gpu-b200",
"unit-test-backend-4-gpu-gb200",
"unit-test-deepep-4-gpu",
"unit-test-deepep-8-gpu",
"unit-test-backend-8-gpu-deepseek-v32",