|
21 | 21 | os: linux
|
22 | 22 | test-infra-repository: pytorch/test-infra
|
23 | 23 | test-infra-ref: main
|
24 |
| - channel: test |
| 24 | + channel: release |
25 | 25 | with-rocm: false
|
26 | 26 | with-cpu: false
|
27 | 27 |
|
|
78 | 78 | script: |
|
79 | 79 | export USE_HOST_DEPS=1
|
80 | 80 | export LD_LIBRARY_PATH=/usr/lib64:$LD_LIBRARY_PATH
|
81 |
| - export LD_LIBRARY_PATH=/opt/torch-tensorrt-builds/TensorRT-10.0.0.6/lib:$LD_LIBRARY_PATH |
| 81 | + export LD_LIBRARY_PATH=/opt/torch-tensorrt-builds/TensorRT-10.0.1.6/lib:$LD_LIBRARY_PATH |
82 | 82 | pushd .
|
83 | 83 | cd tests/modules
|
84 | 84 | # Don't use requirements.txt here as it contains tensorrt and torch which should have been installed by now.
|
@@ -115,7 +115,7 @@ jobs:
|
115 | 115 | pre-script: ${{ matrix.pre-script }}
|
116 | 116 | script: |
|
117 | 117 | export USE_HOST_DEPS=1
|
118 |
| - export LD_LIBRARY_PATH=/opt/torch-tensorrt-builds/TensorRT-10.0.0.6/lib:$LD_LIBRARY_PATH |
| 118 | + export LD_LIBRARY_PATH=/opt/torch-tensorrt-builds/TensorRT-10.0.1.6/lib:$LD_LIBRARY_PATH |
119 | 119 | pushd .
|
120 | 120 | cd tests/py/dynamo
|
121 | 121 | ${CONDA_RUN} python -m pip install --pre pytest-xdist timm transformers parameterized expecttest==0.1.6 --use-deprecated=legacy-resolver
|
@@ -144,7 +144,7 @@ jobs:
|
144 | 144 | pre-script: ${{ matrix.pre-script }}
|
145 | 145 | script: |
|
146 | 146 | export USE_HOST_DEPS=1
|
147 |
| - export LD_LIBRARY_PATH=/opt/torch-tensorrt-builds/TensorRT-10.0.0.6/lib:$LD_LIBRARY_PATH |
| 147 | + export LD_LIBRARY_PATH=/opt/torch-tensorrt-builds/TensorRT-10.0.1.6/lib:$LD_LIBRARY_PATH |
148 | 148 | pushd .
|
149 | 149 | cd tests/py/dynamo
|
150 | 150 | ${CONDA_RUN} python -m pip install --pre pytest timm transformers parameterized expecttest==0.1.6 --use-deprecated=legacy-resolver
|
@@ -174,7 +174,7 @@ jobs:
|
174 | 174 | pre-script: ${{ matrix.pre-script }}
|
175 | 175 | script: |
|
176 | 176 | export USE_HOST_DEPS=1
|
177 |
| - export LD_LIBRARY_PATH=/opt/torch-tensorrt-builds/TensorRT-10.0.0.6/lib:$LD_LIBRARY_PATH |
| 177 | + export LD_LIBRARY_PATH=/opt/torch-tensorrt-builds/TensorRT-10.0.1.6/lib:$LD_LIBRARY_PATH |
178 | 178 | pushd .
|
179 | 179 | cd tests/py/dynamo
|
180 | 180 | ${CONDA_RUN} python -m pip install --pre pytest timm transformers parameterized expecttest==0.1.6 --use-deprecated=legacy-resolver
|
@@ -203,7 +203,7 @@ jobs:
|
203 | 203 | pre-script: ${{ matrix.pre-script }}
|
204 | 204 | script: |
|
205 | 205 | export USE_HOST_DEPS=1
|
206 |
| - export LD_LIBRARY_PATH=/opt/torch-tensorrt-builds/TensorRT-10.0.0.6/lib:$LD_LIBRARY_PATH |
| 206 | + export LD_LIBRARY_PATH=/opt/torch-tensorrt-builds/TensorRT-10.0.1.6/lib:$LD_LIBRARY_PATH |
207 | 207 | pushd .
|
208 | 208 | cd tests/py/dynamo
|
209 | 209 | ${CONDA_RUN} python -m pip install --pre pytest-xdist timm transformers parameterized expecttest==0.1.6 --use-deprecated=legacy-resolver
|
@@ -234,7 +234,7 @@ jobs:
|
234 | 234 | pre-script: ${{ matrix.pre-script }}
|
235 | 235 | script: |
|
236 | 236 | export USE_HOST_DEPS=1
|
237 |
| - export LD_LIBRARY_PATH=/opt/torch-tensorrt-builds/TensorRT-10.0.0.6/lib:$LD_LIBRARY_PATH |
| 237 | + export LD_LIBRARY_PATH=/opt/torch-tensorrt-builds/TensorRT-10.0.1.6/lib:$LD_LIBRARY_PATH |
238 | 238 | pushd .
|
239 | 239 | cd tests/py/dynamo
|
240 | 240 | ${CONDA_RUN} python -m pip install --pre pytest-xdist timm transformers parameterized expecttest==0.1.6 --use-deprecated=legacy-resolver
|
@@ -264,7 +264,7 @@ jobs:
|
264 | 264 | pre-script: ${{ matrix.pre-script }}
|
265 | 265 | script: |
|
266 | 266 | export USE_HOST_DEPS=1
|
267 |
| - export LD_LIBRARY_PATH=/opt/torch-tensorrt-builds/TensorRT-10.0.0.6/lib:$LD_LIBRARY_PATH |
| 267 | + export LD_LIBRARY_PATH=/opt/torch-tensorrt-builds/TensorRT-10.0.1.6/lib:$LD_LIBRARY_PATH |
268 | 268 | pushd .
|
269 | 269 | cd tests/py/core
|
270 | 270 | ${CONDA_RUN} python -m pip install --pre pytest-xdist timm transformers parameterized expecttest==0.1.6 --use-deprecated=legacy-resolver
|
|
0 commit comments