Skip to content

Commit 7646265

Browse files
committed
Update sha for libraries
Signed-off-by: Dheeraj Peri <[email protected]>
1 parent b025b23 commit 7646265

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

WORKSPACE

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,15 @@ http_archive(
5353
name = "libtorch",
5454
build_file = "@//third_party/libtorch:BUILD",
5555
strip_prefix = "libtorch",
56+
sha256 = "656db919c00e99dac81bc21598845ba9231e57cbc8e1570bea017dfb9298236d",
5657
urls = ["https://download.pytorch.org/libtorch/cu110/libtorch-cxx11-abi-shared-with-deps-1.7.0%2Bcu110.zip"],
5758
)
5859

5960
http_archive(
6061
name = "libtorch_pre_cxx11_abi",
6162
build_file = "@//third_party/libtorch:BUILD",
6263
strip_prefix = "libtorch",
64+
sha256 = "b3976f3294a6c20be4807191042d1e74162a41fb1bed0919f637afc3517d76be",
6365
urls = ["https://download.pytorch.org/libtorch/cu110/libtorch-shared-with-deps-1.7.0%2Bcu110.zip"],
6466
)
6567

@@ -71,13 +73,15 @@ http_archive(
7173
name = "cudnn",
7274
urls = ["https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.0.5/11.0_20201106/cudnn-11.0-linux-x64-v8.0.5.39.tgz",],
7375
build_file = "@//third_party/cudnn/archive:BUILD",
76+
sha256 = "4e16ee7895deb4a8b1c194b812ba49586ef7d26902051401d3717511898a9b73",
7477
strip_prefix = "cuda"
7578
)
7679

7780
http_archive(
7881
name = "tensorrt",
7982
urls = ["https://developer.nvidia.com/compute/machine-learning/tensorrt/secure/7.2.1/tars/TensorRT-7.2.1.6.Ubuntu-18.04.x86_64-gnu.cuda-11.0.cudnn8.0.tar.gz",],
8083
build_file = "@//third_party/tensorrt/archive:BUILD",
84+
sha256 = "818622c7bccfdb0fff362cdd65dc42af4502dcb24e045eb911a4132e8d40a66c",
8185
strip_prefix = "TensorRT-7.2.1.6"
8286
)
8387

0 commit comments

Comments
 (0)