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 84ea6fe commit 1f9f562Copy full SHA for 1f9f562
.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 --cpus=1 --memory=8g --memory-swap=16g -e MAX_JOBS=1 pytorch-ppc64le:ubi9.3 /ppc64le-build.sh
+ docker run --rm -v $(pwd)/dist:/workspace/pytorch/dist --cpus=1 --memory=16g --memory-swap=32g -e MAX_JOBS=1 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