Skip to content

Commit 3a8a7ae

Browse files
committed
chore: explicitly set cudnn version during pip installation of TRT
Signed-off-by: Dheeraj Peri <[email protected]>
1 parent 2ace0e3 commit 3a8a7ae

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,9 @@ commands:
244244
trt-version-long:
245245
type: string
246246
default: "8.5.1.7"
247+
cudnn-version-long:
248+
type: string
249+
default: "8.5.0.96"
247250
steps:
248251
- run:
249252
name: Set up python environment
@@ -252,7 +255,7 @@ commands:
252255
pip3 install wheel setuptools
253256
pip3 install nvidia-pyindex
254257
pip3 install tabulate
255-
pip3 install tensorrt==<< parameters.trt-version-long >>
258+
pip3 install tensorrt==<< parameters.trt-version-long >> nvidia-cudnn-cu11==<< parameters.cudnn-version-long >>
256259
pip3 install pytest parameterized expecttest nox
257260
258261
install-torch-from-index:

0 commit comments

Comments
 (0)