Skip to content

Commit 03f61f3

Browse files
update selfhost runner logic
1 parent 9b870b1 commit 03f61f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ppc64le.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
with:
4040
build-environment: linux-ppc64le-binary-manywheel
4141
docker-image-name: pytorch-ppc64le:ubi9.3
42-
runner_prefix: 'self-hosted,' # Example prefix
42+
runner_prefix: '[self-hosted,' # Example prefix
4343
runner: 'linux,' # Example runner
44-
runner-ppc64le: 'ppc64le' # Specific architecture
44+
runner-ppc64le: 'ppc64le]' # Specific architecture

0 commit comments

Comments
 (0)