@@ -53,13 +53,15 @@ http_archive(
53
53
name = "libtorch" ,
54
54
build_file = "@//third_party/libtorch:BUILD" ,
55
55
strip_prefix = "libtorch" ,
56
+ sha256 = "656db919c00e99dac81bc21598845ba9231e57cbc8e1570bea017dfb9298236d" ,
56
57
urls = ["https://download.pytorch.org/libtorch/cu110/libtorch-cxx11-abi-shared-with-deps-1.7.0%2Bcu110.zip" ],
57
58
)
58
59
59
60
http_archive (
60
61
name = "libtorch_pre_cxx11_abi" ,
61
62
build_file = "@//third_party/libtorch:BUILD" ,
62
63
strip_prefix = "libtorch" ,
64
+ sha256 = "b3976f3294a6c20be4807191042d1e74162a41fb1bed0919f637afc3517d76be" ,
63
65
urls = ["https://download.pytorch.org/libtorch/cu110/libtorch-shared-with-deps-1.7.0%2Bcu110.zip" ],
64
66
)
65
67
@@ -71,13 +73,15 @@ http_archive(
71
73
name = "cudnn" ,
72
74
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" ,],
73
75
build_file = "@//third_party/cudnn/archive:BUILD" ,
76
+ sha256 = "4e16ee7895deb4a8b1c194b812ba49586ef7d26902051401d3717511898a9b73" ,
74
77
strip_prefix = "cuda"
75
78
)
76
79
77
80
http_archive (
78
81
name = "tensorrt" ,
79
82
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" ,],
80
83
build_file = "@//third_party/tensorrt/archive:BUILD" ,
84
+ sha256 = "818622c7bccfdb0fff362cdd65dc42af4502dcb24e045eb911a4132e8d40a66c" ,
81
85
strip_prefix = "TensorRT-7.2.1.6"
82
86
)
83
87
0 commit comments