Skip to content

Commit 7cd90e3

Browse files
committed
correct gpu number
1 parent ec83247 commit 7cd90e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration_test_4gpu_amd.yaml renamed to .github/workflows/integration_test_8gpu_amd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
python -m pip install --force-reinstall --pre torch --index-url https://download.pytorch.org/whl/nightly/cu126
3737
USE_CPP=0 python -m pip install --pre torchao --index-url https://download.pytorch.org/whl/nightly/cu126
3838
mkdir artifacts-to-be-uploaded
39-
python ./tests/integration_tests.py artifacts-to-be-uploaded --ngpu 4
39+
python ./tests/integration_tests.py artifacts-to-be-uploaded --ngpu 8

0 commit comments

Comments
 (0)