Skip to content

Commit 42bb184

Browse files
committed
set back to main branch for builder repo
1 parent 8f729af commit 42bb184

14 files changed

Lines changed: 504 additions & 504 deletions

.github/templates/common.yml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
# NOTE: If testing pytorch/builder changes you can change this variable to change what pytorch/builder reference
99
# the binary builds will check out
10-
{%- set builder_repo = "tinglvv/builder" -%}
11-
{%- set builder_branch = "linker_script_enable" -%}
10+
{%- set builder_repo = "pytorch/builder" -%}
11+
{%- set builder_branch = "main" -%}
1212

1313
{%- macro concurrency(build_environment) -%}
1414
concurrency:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,9 @@ jobs:
195195
- name: Checkout pytorch/builder to builder dir
196196
uses: malfet/checkout@silent-checkout
197197
with:
198-
ref: linker_script_enable
198+
ref: main
199199
submodules: recursive
200-
repository: tinglvv/builder
200+
repository: pytorch/builder
201201
path: builder
202202
quiet-checkout: true
203203

.github/workflows/generated-linux-binary-libtorch-cxx11-abi-nightly.yml

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/generated-linux-binary-libtorch-pre-cxx11-nightly.yml

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/generated-linux-binary-manywheel-nightly.yml

Lines changed: 40 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)