Tiny fix comment typo (#17287)
This commit is contained in:
@@ -583,6 +583,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
python3 run_suite.py --hw cpu --suite stage-a-cpu-only $CONTINUE_ON_ERROR_FLAG
|
python3 run_suite.py --hw cpu --suite stage-a-cpu-only $CONTINUE_ON_ERROR_FLAG
|
||||||
|
|
||||||
|
# Runs on 5090 (32GB, SM120)
|
||||||
stage-b-test-small-1-gpu:
|
stage-b-test-small-1-gpu:
|
||||||
needs: [check-changes, call-gate, stage-a-test-1, sgl-kernel-build-wheels]
|
needs: [check-changes, call-gate, stage-a-test-1, sgl-kernel-build-wheels]
|
||||||
if: |
|
if: |
|
||||||
@@ -635,7 +636,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
python3 run_suite.py --hw cuda --suite stage-b-test-small-1-gpu --auto-partition-id ${{ matrix.partition }} --auto-partition-size 8 $CONTINUE_ON_ERROR_FLAG
|
python3 run_suite.py --hw cuda --suite stage-b-test-small-1-gpu --auto-partition-id ${{ matrix.partition }} --auto-partition-size 8 $CONTINUE_ON_ERROR_FLAG
|
||||||
|
|
||||||
# Runs on H200 (80GB, SM90) - tests that don't pass on 5090 (FA3, FP8, high VRAM, etc.)
|
# Runs on H100 (80GB, SM90) - tests that don't pass on 5090 (FA3, FP8, high VRAM, etc.)
|
||||||
stage-b-test-large-1-gpu:
|
stage-b-test-large-1-gpu:
|
||||||
needs: [check-changes, call-gate, stage-a-test-1, sgl-kernel-build-wheels]
|
needs: [check-changes, call-gate, stage-a-test-1, sgl-kernel-build-wheels]
|
||||||
if: |
|
if: |
|
||||||
|
|||||||
Reference in New Issue
Block a user