|
77 | 77 | script: |
|
78 | 78 | export USE_HOST_DEPS=1
|
79 | 79 | export LD_LIBRARY_PATH=/usr/lib64:$LD_LIBRARY_PATH
|
| 80 | + export LD_LIBRARY_PATH=/opt/torch-tensorrt-builds/TensorRT-10.0.0.6/lib:$LD_LIBRARY_PATH |
80 | 81 | pushd .
|
81 | 82 | cd tests/modules
|
82 | 83 | # Don't use requirements.txt here as it contains tensorrt and torch which should have been installed by now.
|
@@ -113,6 +114,7 @@ jobs:
|
113 | 114 | pre-script: ${{ matrix.pre-script }}
|
114 | 115 | script: |
|
115 | 116 | export USE_HOST_DEPS=1
|
| 117 | + export LD_LIBRARY_PATH=/opt/torch-tensorrt-builds/TensorRT-10.0.0.6/lib:$LD_LIBRARY_PATH |
116 | 118 | pushd .
|
117 | 119 | cd tests/py/dynamo
|
118 | 120 | ${CONDA_RUN} python -m pip install --pre pytest-xdist timm transformers parameterized expecttest==0.1.6 --use-deprecated=legacy-resolver
|
@@ -141,6 +143,7 @@ jobs:
|
141 | 143 | pre-script: ${{ matrix.pre-script }}
|
142 | 144 | script: |
|
143 | 145 | export USE_HOST_DEPS=1
|
| 146 | + export LD_LIBRARY_PATH=/opt/torch-tensorrt-builds/TensorRT-10.0.0.6/lib:$LD_LIBRARY_PATH |
144 | 147 | pushd .
|
145 | 148 | cd tests/py/dynamo
|
146 | 149 | ${CONDA_RUN} python -m pip install --pre pytest timm transformers parameterized expecttest==0.1.6 --use-deprecated=legacy-resolver
|
@@ -170,6 +173,7 @@ jobs:
|
170 | 173 | pre-script: ${{ matrix.pre-script }}
|
171 | 174 | script: |
|
172 | 175 | export USE_HOST_DEPS=1
|
| 176 | + export LD_LIBRARY_PATH=/opt/torch-tensorrt-builds/TensorRT-10.0.0.6/lib:$LD_LIBRARY_PATH |
173 | 177 | pushd .
|
174 | 178 | cd tests/py/dynamo
|
175 | 179 | ${CONDA_RUN} python -m pip install --pre pytest timm transformers parameterized expecttest==0.1.6 --use-deprecated=legacy-resolver
|
@@ -198,6 +202,7 @@ jobs:
|
198 | 202 | pre-script: ${{ matrix.pre-script }}
|
199 | 203 | script: |
|
200 | 204 | export USE_HOST_DEPS=1
|
| 205 | + export LD_LIBRARY_PATH=/opt/torch-tensorrt-builds/TensorRT-10.0.0.6/lib:$LD_LIBRARY_PATH |
201 | 206 | pushd .
|
202 | 207 | cd tests/py/dynamo
|
203 | 208 | ${CONDA_RUN} python -m pip install --pre pytest-xdist timm transformers parameterized expecttest==0.1.6 --use-deprecated=legacy-resolver
|
@@ -227,6 +232,7 @@ jobs:
|
227 | 232 | pre-script: ${{ matrix.pre-script }}
|
228 | 233 | script: |
|
229 | 234 | export USE_HOST_DEPS=1
|
| 235 | + export LD_LIBRARY_PATH=/opt/torch-tensorrt-builds/TensorRT-10.0.0.6/lib:$LD_LIBRARY_PATH |
230 | 236 | pushd .
|
231 | 237 | cd tests/py/dynamo
|
232 | 238 | ${CONDA_RUN} python -m pip install --pre pytest-xdist timm transformers parameterized expecttest==0.1.6 --use-deprecated=legacy-resolver
|
|
0 commit comments