Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nWEIdia committed May 24, 2024
1 parent fdda9a2 commit 35aa14e
Show file tree
Hide file tree
Showing 15 changed files with 506 additions and 506 deletions.
4 changes: 2 additions & 2 deletions .github/templates/common.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

# NOTE: If testing pytorch/builder changes you can change this variable to change what pytorch/builder reference
# the binary builds will check out
{%- set builder_repo = "pytorch/builder" -%}
{%- set builder_branch = "main" -%}
{%- set builder_repo = "nWEIdia/builder" -%}
{%- set builder_branch = "cudnn_v9" -%}

{%- macro concurrency(build_environment) -%}
concurrency:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_binary-build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,9 @@ jobs:
- name: Checkout pytorch/builder to builder dir
uses: malfet/checkout@silent-checkout
with:
ref: main
ref: cudnn_v9
submodules: recursive
repository: pytorch/builder
repository: nWEIdia/builder
path: builder
quiet-checkout: true

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_binary-test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,9 @@ jobs:
- name: Checkout pytorch/builder to builder dir
uses: malfet/checkout@silent-checkout
with:
ref: main
ref: cudnn_v9
submodules: recursive
repository: pytorch/builder
repository: nWEIdia/builder
path: builder

- name: Clean pytorch/builder checkout
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

80 changes: 40 additions & 40 deletions .github/workflows/generated-linux-binary-manywheel-nightly.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 35aa14e

Please sign in to comment.