Skip to content

Commit 5d71867

Browse files
committed
Fix sha256 for TRT 7.2 package
Signed-off-by: Dheeraj Peri <[email protected]>
1 parent 7646265 commit 5d71867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ http_archive(
8181
name = "tensorrt",
8282
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",],
8383
build_file = "@//third_party/tensorrt/archive:BUILD",
84-
sha256 = "818622c7bccfdb0fff362cdd65dc42af4502dcb24e045eb911a4132e8d40a66c",
84+
sha256 = "8def6b03b0c8c3751f560df21b3e99668ae05aab5140b1d38b8e51e4a0ffbbb8",
8585
strip_prefix = "TensorRT-7.2.1.6"
8686
)
8787

0 commit comments

Comments
 (0)