|
15 | 15 |
|
16 | 16 | jobs:
|
17 | 17 | generate-matrix:
|
18 |
| - uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main |
| 18 | + uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.3 |
19 | 19 | with:
|
20 | 20 | package-type: wheel
|
21 | 21 | os: linux
|
|
40 | 40 | smoke-test-script: packaging/smoke_test_script.sh
|
41 | 41 | package-name: torch_tensorrt
|
42 | 42 | name: Build torch-tensorrt whl package
|
43 |
| - uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main |
| 43 | + uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.3 |
44 | 44 | with:
|
45 | 45 | repository: ${{ matrix.repository }}
|
46 | 46 | ref: ""
|
|
65 | 65 | package-name: torch_tensorrt
|
66 | 66 | pre-script: packaging/pre_build_script.sh
|
67 | 67 | post-script: packaging/post_build_script.sh
|
68 |
| - uses: pytorch/tensorrt/.github/workflows/linux-test.yml@main |
| 68 | + uses: pytorch/tensorrt/.github/workflows/linux-test.yml@release/2.3 |
69 | 69 | with:
|
70 | 70 | job-name: tests-py-torchscript-fe
|
71 | 71 | repository: "pytorch/tensorrt"
|
@@ -101,7 +101,7 @@ jobs:
|
101 | 101 | package-name: torch_tensorrt
|
102 | 102 | pre-script: packaging/pre_build_script.sh
|
103 | 103 | post-script: packaging/post_build_script.sh
|
104 |
| - uses: pytorch/tensorrt/.github/workflows/linux-test.yml@main |
| 104 | + uses: pytorch/tensorrt/.github/workflows/linux-test.yml@release/2.3 |
105 | 105 | with:
|
106 | 106 | job-name: tests-py-dynamo-converters
|
107 | 107 | repository: "pytorch/tensorrt"
|
@@ -129,7 +129,7 @@ jobs:
|
129 | 129 | package-name: torch_tensorrt
|
130 | 130 | pre-script: packaging/pre_build_script.sh
|
131 | 131 | post-script: packaging/post_build_script.sh
|
132 |
| - uses: pytorch/tensorrt/.github/workflows/linux-test.yml@main |
| 132 | + uses: pytorch/tensorrt/.github/workflows/linux-test.yml@release/2.3 |
133 | 133 | with:
|
134 | 134 | job-name: tests-py-dynamo-fe
|
135 | 135 | repository: "pytorch/tensorrt"
|
@@ -158,7 +158,7 @@ jobs:
|
158 | 158 | package-name: torch_tensorrt
|
159 | 159 | pre-script: packaging/pre_build_script.sh
|
160 | 160 | post-script: packaging/post_build_script.sh
|
161 |
| - uses: pytorch/tensorrt/.github/workflows/linux-test.yml@main |
| 161 | + uses: pytorch/tensorrt/.github/workflows/linux-test.yml@release/2.3 |
162 | 162 | with:
|
163 | 163 | job-name: tests-py-dynamo-serde
|
164 | 164 | repository: "pytorch/tensorrt"
|
@@ -186,7 +186,7 @@ jobs:
|
186 | 186 | package-name: torch_tensorrt
|
187 | 187 | pre-script: packaging/pre_build_script.sh
|
188 | 188 | post-script: packaging/post_build_script.sh
|
189 |
| - uses: pytorch/tensorrt/.github/workflows/linux-test.yml@main |
| 189 | + uses: pytorch/tensorrt/.github/workflows/linux-test.yml@release/2.3 |
190 | 190 | with:
|
191 | 191 | job-name: tests-py-torch-compile-be
|
192 | 192 | repository: "pytorch/tensorrt"
|
@@ -215,7 +215,7 @@ jobs:
|
215 | 215 | package-name: torch_tensorrt
|
216 | 216 | pre-script: packaging/pre_build_script.sh
|
217 | 217 | post-script: packaging/post_build_script.sh
|
218 |
| - uses: pytorch/tensorrt/.github/workflows/linux-test.yml@main |
| 218 | + uses: pytorch/tensorrt/.github/workflows/linux-test.yml@release/2.3 |
219 | 219 | with:
|
220 | 220 | job-name: tests-py-dynamo-core
|
221 | 221 | repository: "pytorch/tensorrt"
|
|
0 commit comments