File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ jobs:
179179 if : ${{ inputs.gpu-arch-type != 'rocm' }}
180180
181181 - name : Setup ROCM
182- uses : pytorch/pytorch/.github/actions/setup-rocm@main
182+ uses : pytorch/pytorch/.github/actions/setup-rocm@release/2.11
183183 if : ${{ inputs.gpu-arch-type == 'rocm' }}
184184
185185 - name : Setup SSH
Original file line number Diff line number Diff line change 101101
102102jobs :
103103 generate-aarch64-linux-matrix :
104- uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
104+ uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.11
105105 with :
106106 package-type : wheel
107107 os : linux-aarch64
@@ -115,7 +115,7 @@ jobs:
115115 strategy :
116116 matrix : ${{ fromJson(needs.generate-aarch64-linux-matrix.outputs.matrix) }}
117117 fail-fast : false
118- uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
118+ uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@release/2.11
119119 name : ${{ matrix.build_name }}
120120 with :
121121 runner : ${{ matrix.validation_runner }}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Validate binaries
33# A reusable workflow that triggers a set of jobs that perform a smoke test / validation of pytorch binaries.
44# Optionally restricts validation to the specified OS and channel.
55# For the details about parameter values, see:
6- # pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
6+ # pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.11
77# For an example of the `workflow_call` usage see:
88# https://github.com/pytorch/builder/pull/1144
99on :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Validate domain libary
33# A reusable workflow that triggers a set of jobs that perform a smoke test / validation of pytorch binaries.
44# Optionally restricts validation to the specified OS and channel.
55# For the details about parameter values, see:
6- # pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
6+ # pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.11
77on :
88 workflow_call :
99 inputs :
You can’t perform that action at this time.
0 commit comments