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 5dc6585 commit 3131ec9Copy full SHA for 3131ec9
.github/workflows/ppc64le.yml
@@ -15,7 +15,7 @@ concurrency:
15
jobs:
16
linux-ppc64le-docker-image-build:
17
name: Build docker image for ppc64le
18
- runs-on: pytorch-runner
+ runs-on: ppc64le-runner-01
19
20
steps:
21
- name: Checkout repository
@@ -39,5 +39,5 @@ jobs:
39
with:
40
build-environment: linux-ppc64le-binary-manywheel
41
docker-image-name: pytorch-ppc64le:ubi9.3
42
- runner: pytorch-runner # Example runner
+ runner: ppc64le-runner-01 # Example runner
43
0 commit comments