File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ commands:
109
109
sudo docker run --rm --runtime=nvidia --gpus all nvidia/cuda:11.6.2-base-ubuntu20.04 nvidia-smi
110
110
111
111
install-cudnn :
112
- description : " Install CUDNN 8.8.1 "
112
+ description : " Install CUDNN 8.9.5 "
113
113
parameters :
114
114
os :
115
115
type : string
@@ -119,7 +119,7 @@ commands:
119
119
default : " x86_64"
120
120
cudnn-version :
121
121
type : string
122
- default : " 8.8.1.3 "
122
+ default : " 8.9.5.30 "
123
123
cuda-version :
124
124
type : string
125
125
default : " cuda12.0"
@@ -198,7 +198,7 @@ commands:
198
198
default : " cuda12.0"
199
199
cudnn-version :
200
200
type : string
201
- default : " 8.8.1.3 "
201
+ default : " 8.9.5.30 "
202
202
trt-version-short :
203
203
type : string
204
204
default : " 8.6.1"
@@ -246,7 +246,7 @@ commands:
246
246
default : " 8.6.1"
247
247
cudnn-version-long :
248
248
type : string
249
- default : " 8.8.1.3 "
249
+ default : " 8.9.5.30 "
250
250
steps :
251
251
- run :
252
252
name : Set up python environment
@@ -1460,7 +1460,7 @@ parameters:
1460
1460
default : " https://download.pytorch.org/whl/nightly/cu121"
1461
1461
cudnn-version :
1462
1462
type : string
1463
- default : " 8.8.1.3 "
1463
+ default : " 8.9.5.30 "
1464
1464
trt-version-short :
1465
1465
type : string
1466
1466
default : " 8.6.1"
@@ -1483,7 +1483,7 @@ parameters:
1483
1483
default : " https://download.pytorch.org/whl/cu117"
1484
1484
cudnn-version-legacy :
1485
1485
type : string
1486
- default : " 8.8.1.3 "
1486
+ default : " 8.9.5.30 "
1487
1487
trt-version-short-legacy :
1488
1488
type : string
1489
1489
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 6.2.1
119
119
- Libtorch 2.1.0
120
120
- CUDA 12.1
121
- - cuDNN 8.8.1
121
+ - cuDNN 8.9.5
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 = "79d77a769c7e7175abc7b5c2ed5c494148c0618a864138722c887f95c623777c " ,
75
- strip_prefix = "cudnn-linux-x86_64-8.8.1.3_cuda12 -archive" ,
74
+ sha256 = "2a2eb89a2ab51071151c6082f1e816c702167a711a9372f9f73a7b5c4b06e01a " ,
75
+ strip_prefix = "cudnn-linux-x86_64-8.9.5.30_cuda12 -archive" ,
76
76
urls = [
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" ,
77
+ "https://developer.nvidia.com/downloads/compute/cudnn/secure/8.9.5 /local_installers/12.x /cudnn-linux-x86_64-8.9.5.30_cuda12 -archive.tar.xz" ,
78
78
],
79
79
)
80
80
Original file line number Diff line number Diff line change 1
1
__cuda_version__ : " 12.1"
2
- __cudnn_version__ : " 8.8 "
2
+ __cudnn_version__ : " 8.9 "
3
3
__tensorrt_version__ : " 8.6"
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.8 and TensorRT 8.6
20
+ - The example below uses CUDNN 8.9 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.8 -f docker/Dockerfile -t torch_tensorrt:latest .
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 .
28
28
```
29
29
30
30
Run:
You can’t perform that action at this time.
0 commit comments