Skip to content

Commit 1b34b32

Browse files
committed
chore: updates
1 parent 608a6d2 commit 1b34b32

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
script: |
7878
export USE_HOST_DEPS=1
7979
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
8081
pushd .
8182
cd tests/modules
8283
# Don't use requirements.txt here as it contains tensorrt and torch which should have been installed by now.
@@ -113,6 +114,7 @@ jobs:
113114
pre-script: ${{ matrix.pre-script }}
114115
script: |
115116
export USE_HOST_DEPS=1
117+
export LD_LIBRARY_PATH=/opt/torch-tensorrt-builds/TensorRT-10.0.0.6/lib:$LD_LIBRARY_PATH
116118
pushd .
117119
cd tests/py/dynamo
118120
${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:
141143
pre-script: ${{ matrix.pre-script }}
142144
script: |
143145
export USE_HOST_DEPS=1
146+
export LD_LIBRARY_PATH=/opt/torch-tensorrt-builds/TensorRT-10.0.0.6/lib:$LD_LIBRARY_PATH
144147
pushd .
145148
cd tests/py/dynamo
146149
${CONDA_RUN} python -m pip install --pre pytest timm transformers parameterized expecttest==0.1.6 --use-deprecated=legacy-resolver
@@ -170,6 +173,7 @@ jobs:
170173
pre-script: ${{ matrix.pre-script }}
171174
script: |
172175
export USE_HOST_DEPS=1
176+
export LD_LIBRARY_PATH=/opt/torch-tensorrt-builds/TensorRT-10.0.0.6/lib:$LD_LIBRARY_PATH
173177
pushd .
174178
cd tests/py/dynamo
175179
${CONDA_RUN} python -m pip install --pre pytest timm transformers parameterized expecttest==0.1.6 --use-deprecated=legacy-resolver
@@ -198,6 +202,7 @@ jobs:
198202
pre-script: ${{ matrix.pre-script }}
199203
script: |
200204
export USE_HOST_DEPS=1
205+
export LD_LIBRARY_PATH=/opt/torch-tensorrt-builds/TensorRT-10.0.0.6/lib:$LD_LIBRARY_PATH
201206
pushd .
202207
cd tests/py/dynamo
203208
${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:
227232
pre-script: ${{ matrix.pre-script }}
228233
script: |
229234
export USE_HOST_DEPS=1
235+
export LD_LIBRARY_PATH=/opt/torch-tensorrt-builds/TensorRT-10.0.0.6/lib:$LD_LIBRARY_PATH
230236
pushd .
231237
cd tests/py/dynamo
232238
${CONDA_RUN} python -m pip install --pre pytest-xdist timm transformers parameterized expecttest==0.1.6 --use-deprecated=legacy-resolver

0 commit comments

Comments
 (0)