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 0bcefe2 commit f719ef3Copy full SHA for f719ef3
.github/workflows/_linux-build.yml
@@ -191,7 +191,7 @@ jobs:
191
- name: Run Docker container and execute build script
192
if: inputs.build-environment == 'linux-ppc64le-binary-manywheel'
193
run: |
194
- docker run --rm -v $(pwd)/dist:/workspace/pytorch/dist --memory=16g --memory-swap=32g --cpus=4 -e MAX_JOBS=2 pytorch-ppc64le:ubi9.3 /ppc64le-build.sh
+ docker run --rm -v $(pwd)/dist:/workspace/pytorch/dist --cpus=2 pytorch-ppc64le:ubi9.3 /ppc64le-build.sh
195
196
- name: Build
197
if: steps.filter.outputs.is-test-matrix-empty == 'False' || inputs.test-matrix == '' || inputs.build-environment != 'linux-ppc64le-binary-manywheel'
0 commit comments