Skip to content

Commit 2627924

Browse files
committed
fix
1 parent 2e9817e commit 2627924

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/_binary-build-linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,12 +184,12 @@ jobs:
184184
git clean -fxd
185185
working-directory: pytorch
186186

187-
- name: Checkout pytorch/builder to builder dir
187+
- name: Checkout atalman/builder to builder dir
188188
uses: malfet/checkout@silent-checkout
189189
with:
190-
ref: main
190+
ref: add_triton_for_nightly_release
191191
submodules: recursive
192-
repository: pytorch/builder
192+
repository: atalman/builder
193193
path: builder
194194
quiet-checkout: true
195195

0 commit comments

Comments
 (0)