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 fbcf55b commit 61ae644Copy full SHA for 61ae644
.github/workflows/build-manywheel-images-ppc64le.yml
@@ -20,7 +20,7 @@ jobs:
20
build-docker-cpu-ppc64le:
21
22
environment: ${{ (github.event_name == 'push' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release') || startsWith(github.ref, 'refs/tags/v')) && 'docker-build') || '' }}
23
- runs-on: ubuntu-24.04-ppc64le-4xlarge
+ runs-on: ubuntu-24.04-ppc64le
24
steps:
25
- name: Checkout PyTorch
26
uses: pytorch/pytorch/.github/actions/checkout-pytorch@main
0 commit comments