diff --git a/.github/workflows/nightly-test-nvidia.yml b/.github/workflows/nightly-test-nvidia.yml index 8af99ef02..b8faf2a1d 100644 --- a/.github/workflows/nightly-test-nvidia.yml +++ b/.github/workflows/nightly-test-nvidia.yml @@ -228,7 +228,7 @@ jobs: GPU_CONFIG: "8-gpu-h200" run: | cd test - python3 run_suite.py --hw cuda --suite nightly-8-gpu-h200 --nightly --continue-on-error + python3 run_suite.py --hw cuda --suite nightly-8-gpu-h200 --nightly --continue-on-error --auto-partition-id=${{ matrix.partition }} --auto-partition-size=4 - name: Collect performance metrics if: always()