File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -70,20 +70,20 @@ http_archive(
70
70
http_archive (
71
71
name = "cudnn" ,
72
72
build_file = "@//third_party/cudnn/archive:BUILD" ,
73
- sha256 = "98a8784e92862f20018d20c281b30d4a0cd951f93694f6433ccf4ae9c502ba6a " ,
73
+ sha256 = "39412acd9ef5dd27954b6b9f5df75bd381c5d7ceb7979af6c743a7f4521f9c77 " ,
74
74
strip_prefix = "cuda" ,
75
75
urls = [
76
- "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.1 .1.33 /11.2_20210301 /cudnn-11.2 -linux-x64-v8.1 .1.33 .tgz" ,
76
+ "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.2 .1.32 /11.3_06072021 /cudnn-11.3 -linux-x64-v8.2 .1.32 .tgz" ,
77
77
],
78
78
)
79
79
80
80
http_archive (
81
81
name = "tensorrt" ,
82
82
build_file = "@//third_party/tensorrt/archive:BUILD" ,
83
- sha256 = "d3a1f478e304b48878604fac70ce7920fece71f9cac62f925c9c59c197f5d087 " ,
83
+ sha256 = "def6a5ee50bed25a68a9c9e22ec671a8f29ee5414bde47c5767bd279e5596f88 " ,
84
84
strip_prefix = "TensorRT-7.2.3.4" ,
85
85
urls = [
86
- "https://developer.nvidia.com/compute/machine-learning/tensorrt/secure/7.2.3 /tars/TensorRT-7.2.3.4.Ubuntu-18.04. x86_64-gnu.cuda-11.1 .cudnn8.1 .tar.gz" ,
86
+ "https://developer.nvidia.com/compute/machine-learning/tensorrt/secure/8.0.1 /tars/tensorrt-8.0.1.6.linux. x86_64-gnu.cuda-11.3 .cudnn8.2 .tar.gz" ,
87
87
],
88
88
)
89
89
You can’t perform that action at this time.
0 commit comments