File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ commands:
94
94
- << parameters.install-dir >>
95
95
96
96
install-cudnn :
97
- description : " Install CUDNN 8.9 .1"
97
+ description : " Install CUDNN 8.8 .1"
98
98
parameters :
99
99
os :
100
100
type : string
@@ -104,7 +104,7 @@ commands:
104
104
default : " x86_64"
105
105
cudnn-version :
106
106
type : string
107
- default : " 8.9 .1.23 "
107
+ default : " 8.8 .1.3 "
108
108
cuda-version :
109
109
type : string
110
110
default : " cuda12.1"
@@ -183,7 +183,7 @@ commands:
183
183
default : " cuda12.0"
184
184
cudnn-version :
185
185
type : string
186
- default : " 8.9 .1.23 "
186
+ default : " 8.8 .1.3 "
187
187
trt-version-short :
188
188
type : string
189
189
default : " 8.6.1"
@@ -235,7 +235,7 @@ commands:
235
235
default : " 8.6.1"
236
236
cudnn-version-long :
237
237
type : string
238
- default : " 8.9 .1.23 "
238
+ default : " 8.8 .1.3 "
239
239
steps :
240
240
- run :
241
241
name : Set up python environment
@@ -1356,7 +1356,7 @@ parameters:
1356
1356
default : true
1357
1357
cudnn-version :
1358
1358
type : string
1359
- default : " 8.9 .1.23 "
1359
+ default : " 8.8 .1.3 "
1360
1360
trt-version-short :
1361
1361
type : string
1362
1362
default : " 8.6.1"
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ These are the following dependencies used to verify the testcases. Torch-TensorR
118
118
- Bazel 5.2.0
119
119
- Libtorch 2.1.0.dev20230613 (built with CUDA 12.1)
120
120
- CUDA 12.1
121
- - cuDNN 8.9 .1
121
+ - cuDNN 8.8 .1
122
122
- TensorRT 8.6.1
123
123
124
124
## Prebuilt Binaries and Wheel files
Original file line number Diff line number Diff line change @@ -71,10 +71,10 @@ http_archive(
71
71
http_archive (
72
72
name = "cudnn" ,
73
73
build_file = "@//third_party/cudnn/archive:BUILD" ,
74
- sha256 = "35163c5c542be0c511738b27e25235193cbeedc5e0e006e44b1cdeaf1922e83e " ,
75
- strip_prefix = "cudnn-linux-x86_64-8.9 .1.23_cuda12 -archive" ,
74
+ sha256 = "79d77a769c7e7175abc7b5c2ed5c494148c0618a864138722c887f95c623777c " ,
75
+ strip_prefix = "cudnn-linux-x86_64-8.8 .1.3_cuda12 -archive" ,
76
76
urls = [
77
- "https://developer.nvidia.com/downloads/compute/cudnn/secure/8.9 .1/local_installers/12.x /cudnn-linux-x86_64-8.9 .1.23_cuda12 -archive.tar.xz" ,
77
+ "https://developer.nvidia.com/downloads/compute/cudnn/secure/8.8 .1/local_installers/12.0 /cudnn-linux-x86_64-8.8 .1.3_cuda12 -archive.tar.xz" ,
78
78
],
79
79
)
80
80
Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ Note: By default the container uses the `pre-cxx11-abi` version of Torch + Torch
17
17
18
18
### Instructions
19
19
20
- - The example below uses CUDNN 8.9 and TensorRT 8.6
20
+ - The example below uses CUDNN 8.8 and TensorRT 8.6
21
21
- See <a href =" https://github.com/pytorch/TensorRT#dependencies " >dependencies</a > for a list of current default dependencies.
22
22
23
23
> From root of Torch-TensorRT repo
24
24
25
25
Build:
26
26
```
27
- DOCKER_BUILDKIT=1 docker build --build-arg TENSORRT_VERSION=8.6 --build-arg CUDNN_VERSION=8.9 -f docker/Dockerfile -t torch_tensorrt:latest .
27
+ DOCKER_BUILDKIT=1 docker build --build-arg TENSORRT_VERSION=8.6 --build-arg CUDNN_VERSION=8.8 -f docker/Dockerfile -t torch_tensorrt:latest .
28
28
```
29
29
30
30
Run:
Original file line number Diff line number Diff line change 1
1
__version__ = "1.5.0.dev0"
2
2
__cuda_version__ = "12.1"
3
- __cudnn_version__ = "8.9 "
3
+ __cudnn_version__ = "8.8 "
4
4
__tensorrt_version__ = "8.6"
You can’t perform that action at this time.
0 commit comments