We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec83247 commit 7cd90e3Copy full SHA for 7cd90e3
.github/workflows/integration_test_4gpu_amd.yaml renamed to .github/workflows/integration_test_8gpu_amd.yaml
@@ -36,4 +36,4 @@ jobs:
36
python -m pip install --force-reinstall --pre torch --index-url https://download.pytorch.org/whl/nightly/cu126
37
USE_CPP=0 python -m pip install --pre torchao --index-url https://download.pytorch.org/whl/nightly/cu126
38
mkdir artifacts-to-be-uploaded
39
- python ./tests/integration_tests.py artifacts-to-be-uploaded --ngpu 4
+ python ./tests/integration_tests.py artifacts-to-be-uploaded --ngpu 8
0 commit comments