64
64
# - repository: pytorch/tensorrt
65
65
# package-name: torch_tensorrt
66
66
# pre-script: packaging/pre_build_script.sh
67
- # uses: pytorch/tensorrt/.github/workflows/linux-test.yml@gha-ci-infra
67
+ # uses: pytorch/tensorrt/.github/workflows/linux-test.yml@main
68
68
# with:
69
69
# job-name: tests-py-torchscript-fe
70
70
# repository: "pytorch/tensorrt"
98
98
- repository : pytorch/tensorrt
99
99
package-name : torch_tensorrt
100
100
pre-script : packaging/pre_build_script.sh
101
- uses : pytorch/tensorrt/.github/workflows/linux-test.yml@gha-ci-infra
101
+ uses : pytorch/tensorrt/.github/workflows/linux-test.yml@main
102
102
with :
103
103
job-name : tests-py-dynamo-converters
104
104
repository : " pytorch/tensorrt"
@@ -130,7 +130,7 @@ jobs:
130
130
- repository : pytorch/tensorrt
131
131
package-name : torch_tensorrt
132
132
pre-script : packaging/pre_build_script.sh
133
- uses : pytorch/tensorrt/.github/workflows/linux-test.yml@gha-ci-infra
133
+ uses : pytorch/tensorrt/.github/workflows/linux-test.yml@main
134
134
with :
135
135
job-name : tests-py-dynamo-fe
136
136
repository : " pytorch/tensorrt"
@@ -157,7 +157,7 @@ jobs:
157
157
- repository : pytorch/tensorrt
158
158
package-name : torch_tensorrt
159
159
pre-script : packaging/pre_build_script.sh
160
- uses : pytorch/tensorrt/.github/workflows/linux-test.yml@gha-ci-infra
160
+ uses : pytorch/tensorrt/.github/workflows/linux-test.yml@main
161
161
with :
162
162
job-name : tests-py-torch-compile-be
163
163
repository : " pytorch/tensorrt"
@@ -185,7 +185,7 @@ jobs:
185
185
- repository : pytorch/tensorrt
186
186
package-name : torch_tensorrt
187
187
pre-script : packaging/pre_build_script.sh
188
- uses : pytorch/tensorrt/.github/workflows/linux-test.yml@gha-ci-infra
188
+ uses : pytorch/tensorrt/.github/workflows/linux-test.yml@main
189
189
with :
190
190
job-name : tests-py-dynamo-core
191
191
repository : " pytorch/tensorrt"
@@ -202,4 +202,4 @@ jobs:
202
202
${CONDA_RUN} python -m pytest -n 10 --junitxml=${RUNNER_TEST_RESULTS_DIR}/tests_py_dynamo_core_runtime_test_results.xml runtime/
203
203
${CONDA_RUN} python -m pytest -n 10 --junitxml=${RUNNER_TEST_RESULTS_DIR}/tests_py_dynamo_core_partitioning_test_results.xml partitioning/
204
204
${CONDA_RUN} python -m pytest -n 10 --junitxml=${RUNNER_TEST_RESULTS_DIR}/tests_py_dynamo_core_lowering_test_results.xml lowering/
205
- popd
205
+ popd
0 commit comments