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 736460b commit ec0b309Copy full SHA for ec0b309
.circleci/config.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- checkout
17
- run:
18
- name: set up cudnn
+ name: install cudnn + tensorrt
19
command: |
20
cd ~
21
OS=ubuntu2004
@@ -35,7 +35,7 @@ jobs:
35
v=8.2.4-1+cuda11.4
36
sudo apt-get install libnvinfer8=${v} libnvonnxparsers8=${v} libnvparsers8=${v} libnvinfer-plugin8=${v} libnvinfer-dev=${v} libnvonnxparsers-dev=${v} libnvparsers-dev=${v} libnvinfer-plugin-dev=${v} python3-libnvinfer=${v}
37
# check available version, apt list libnvinfer8 -a
38
-
+
39
40
name: set up environment
41
0 commit comments