File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -76,20 +76,20 @@ http_archive(
76
76
http_archive (
77
77
name = "cudnn" ,
78
78
build_file = "@//third_party/cudnn/archive:BUILD" ,
79
- sha256 = "ec96d2376d81fca42bdd3d4c3d705a99b29a065bab57f920561c763e29c67d01 " ,
80
- strip_prefix = "cudnn-linux-x86_64-8.4.1.50_cuda11.6 -archive" ,
79
+ sha256 = "5454a6fd94f008728caae9adad993c4e85ef36302e26bce43bea7d458a5e7b6d " ,
80
+ strip_prefix = "cudnn-linux-x86_64-8.5.0.96_cuda11 -archive" ,
81
81
urls = [
82
- "https://developer.nvidia.com/compute/cudnn/secure/8.4.1 /local_installers/11.6 /cudnn-linux-x86_64-8.4.1.50_cuda11.6 -archive.tar.xz" ,
82
+ "https://developer.nvidia.com/compute/cudnn/secure/8.5.0 /local_installers/11.7 /cudnn-linux-x86_64-8.5.0.96_cuda11 -archive.tar.xz" ,
83
83
],
84
84
)
85
85
86
86
http_archive (
87
87
name = "tensorrt" ,
88
88
build_file = "@//third_party/tensorrt/archive:BUILD" ,
89
- sha256 = "8d7c2085c1639dcc73875048c23598a8526ce3089136876e31d90258e49e4f61 " ,
90
- strip_prefix = "TensorRT-8.4.3.1 " ,
89
+ sha256 = "39cc7f077057d1363794e8ff51c4cf21a5dbeccf1116b0020ba0dae0f3063076 " ,
90
+ strip_prefix = "TensorRT-8.5.1.7 " ,
91
91
urls = [
92
- "https://developer.nvidia.com/compute/machine-learning/tensorrt/secure/8.4.3 /tars/tensorrt -8.4.3.1.linux. x86_64-gnu.cuda-11.6 .cudnn8.4 .tar.gz" ,
92
+ "https://developer.nvidia.com/compute/machine-learning/tensorrt/secure/8.5.1 /tars/TensorRT -8.5.1.7.Linux. x86_64-gnu.cuda-11.8 .cudnn8.6 .tar.gz" ,
93
93
],
94
94
)
95
95
You can’t perform that action at this time.
0 commit comments