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 a532866 commit d841f29Copy full SHA for d841f29
.github/workflows/integration_test_8gpu_amd.yaml
@@ -35,7 +35,5 @@ jobs:
35
pip install -r requirements.txt
36
python -m pip install --force-reinstall --pre torch --index-url https://download.pytorch.org/whl/nightly/rocm6.3
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
mkdir generated-artifacts
40
python ./tests/integration_tests_amd.py generated-artifacts --ngpu 8
41
- cp -r generated-artifacts/* artifacts-to-be-uploaded/
0 commit comments