We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ace0e3 commit 3a8a7aeCopy full SHA for 3a8a7ae
.circleci/config.yml
@@ -244,6 +244,9 @@ commands:
244
trt-version-long:
245
type: string
246
default: "8.5.1.7"
247
+ cudnn-version-long:
248
+ type: string
249
+ default: "8.5.0.96"
250
steps:
251
- run:
252
name: Set up python environment
@@ -252,7 +255,7 @@ commands:
255
pip3 install wheel setuptools
253
256
pip3 install nvidia-pyindex
254
257
pip3 install tabulate
- pip3 install tensorrt==<< parameters.trt-version-long >>
258
+ pip3 install tensorrt==<< parameters.trt-version-long >> nvidia-cudnn-cu11==<< parameters.cudnn-version-long >>
259
pip3 install pytest parameterized expecttest nox
260
261
install-torch-from-index:
0 commit comments