33
33
34
34
test-setup-linux-gcc :
35
35
name : test-setup-linux-gcc
36
- uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
36
+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@release/2.3
37
37
strategy :
38
38
matrix :
39
39
include :
58
58
59
59
test-models-linux :
60
60
name : test-models-linux
61
- uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
61
+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@release/2.3
62
62
needs : gather-models
63
63
strategy :
64
64
matrix : ${{ fromJSON(needs.gather-models.outputs.models) }}
85
85
86
86
test-llama-runner-linux :
87
87
name : test-llama-runner-linux
88
- uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
88
+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@release/2.3
89
89
strategy :
90
90
matrix :
91
91
dtype : [fp32]
@@ -139,7 +139,7 @@ jobs:
139
139
140
140
test-custom-ops-linux :
141
141
name : test-custom-ops-linux
142
- uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
142
+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@release/2.3
143
143
strategy :
144
144
matrix :
145
145
include :
@@ -164,7 +164,7 @@ jobs:
164
164
165
165
test-selective-build-linux :
166
166
name : test-selective-build-linux
167
- uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
167
+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@release/2.3
168
168
strategy :
169
169
matrix :
170
170
include :
@@ -189,7 +189,7 @@ jobs:
189
189
190
190
test-quantized-aot-lib-linux :
191
191
name : test-quantized-aot-lib-linux
192
- uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
192
+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@release/2.3
193
193
strategy :
194
194
matrix :
195
195
include :
@@ -212,7 +212,7 @@ jobs:
212
212
213
213
test-pybind-build-linux :
214
214
name : test-pybind-build-linux
215
- uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
215
+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@release/2.3
216
216
strategy :
217
217
matrix :
218
218
include :
0 commit comments