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 af026fe commit aa3fcccCopy full SHA for aa3fccc
.github/workflows/ppc64le.yml
@@ -15,11 +15,13 @@ jobs:
15
name: Build docker image for ppc64le
16
runs-on: ubuntu-24.04-ppc64le-p10
17
steps:
18
- - name: Checkout repository
19
- uses: actions/checkout@v3
+ - name: Checkout PyTorch
+ uses: pytorch/pytorch/.github/actions/checkout-pytorch@main
20
+ with:
21
+ submodules: false
22
+ no-sudo: true
23
- - name: Set up Docker Buildx
- uses: docker/setup-buildx-action@v2
24
+
25
26
- name: Build Docker image for ppc64le
27
run: |
0 commit comments