Skip to content

Commit dd1993a

Browse files
committed
Correct sha256sum and strip_prefix of cudnn
Signed-off-by: Cheng Hang <[email protected]>
1 parent c63a5a5 commit dd1993a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ http_archive(
7676
http_archive(
7777
name = "cudnn",
7878
build_file = "@//third_party/cudnn/archive:BUILD",
79-
sha256 = "7f3fbe6201708de409532a32d647af6b4bdb10d7f045d557270549e286487289",
80-
strip_prefix = "cudnn-linux-x86_64-8.4.1.114_cuda11.4-archive",
79+
sha256 = "ec96d2376d81fca42bdd3d4c3d705a99b29a065bab57f920561c763e29c67d01",
80+
strip_prefix = "cudnn-linux-x86_64-8.4.1.50_cuda11.6-archive",
8181
urls = [
8282
"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",
8383
],

0 commit comments

Comments
 (0)