mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
[TRTLLM-7755][infra] Add DGX_B300 and GB300 tests in CI
Signed-off-by: Yiqing Yan <yiqingy@nvidia.com>
This commit is contained in:
parent
f14c7402c1
commit
3c06303542
@ -1930,6 +1930,7 @@ def launchTestJobs(pipeline, testFilter, dockerNode=null)
|
||||
|
||||
x86SlurmTestConfigs = [
|
||||
"DGX_B200-4_GPUs-PyTorch-Post-Merge-1": ["b200-x4", "l0_dgx_b200", 1, 1, 4],
|
||||
"DGX_B300-4_GPUs-PyTorch-Post-Merge-1": ["b300-x4", "l0_dgx_b300", 1, 1, 4],
|
||||
]
|
||||
fullSet += x86SlurmTestConfigs.keySet()
|
||||
|
||||
@ -1962,6 +1963,7 @@ def launchTestJobs(pipeline, testFilter, dockerNode=null)
|
||||
// "GB200-PyTorch-1": ["gb200-single", "l0_gb200", 1, 3],
|
||||
"GB200-4_GPUs-PyTorch-1": ["gb200-x4", "l0_gb200_multi_gpus", 1, 1, 4],
|
||||
"GB200-4_GPUs-PyTorch-Post-Merge-1": ["gb200-x4", "l0_gb200_multi_gpus", 1, 1, 4],
|
||||
"GB300-4_GPUs-PyTorch-Post-Merge-1": ["gb300-x4", "l0_gb300_multi_gpus", 1, 1, 4],
|
||||
]
|
||||
fullSet += SBSASlurmTestConfigs.keySet()
|
||||
|
||||
|
||||
17
tests/integration/test_lists/test-db/l0_dgx_b300.yml
Normal file
17
tests/integration/test_lists/test-db/l0_dgx_b300.yml
Normal file
@ -0,0 +1,17 @@
|
||||
version: 0.0.1
|
||||
l0_dgx_b300:
|
||||
- condition:
|
||||
ranges:
|
||||
system_gpu_count:
|
||||
gte: 4
|
||||
lte: 4
|
||||
wildcards:
|
||||
gpu:
|
||||
- '*gb110*'
|
||||
linux_distribution_name: ubuntu*
|
||||
cpu: x86_64
|
||||
terms:
|
||||
stage: post_merge
|
||||
backend: pytorch
|
||||
tests:
|
||||
- unittest/_torch/multi_gpu_modeling -k "deepseek"
|
||||
17
tests/integration/test_lists/test-db/l0_gb300_multi_gpus.yml
Normal file
17
tests/integration/test_lists/test-db/l0_gb300_multi_gpus.yml
Normal file
@ -0,0 +1,17 @@
|
||||
version: 0.0.1
|
||||
l0_gb300_multi_gpus:
|
||||
- condition:
|
||||
ranges:
|
||||
system_gpu_count:
|
||||
gte: 4
|
||||
lte: 4
|
||||
wildcards:
|
||||
gpu:
|
||||
- '*gb110*'
|
||||
linux_distribution_name: ubuntu*
|
||||
cpu: aarch64
|
||||
terms:
|
||||
stage: post_merge
|
||||
backend: pytorch
|
||||
tests:
|
||||
- unittest/_torch/multi_gpu_modeling -k "deepseek"
|
||||
Loading…
Reference in New Issue
Block a user