Skip to content

Commit e98ec19

Browse files
superbobryGoogle-ML-Automation
authored andcommitted
Bumped dlpack to v1.1
PiperOrigin-RevId: 736148642
1 parent e803bfc commit e98ec19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

third_party/dlpack/workspace.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ load("//third_party:repo.bzl", "tf_http_archive", "tf_mirror_urls")
55
def repo():
66
tf_http_archive(
77
name = "dlpack",
8-
strip_prefix = "dlpack-2a7e9f1256ddc48186c86dff7a00e189b47e5310",
9-
sha256 = "044d2f5738e677c5f0f1ff9fb616a0245af67d09e42ae3514c73ba50cea0e4a5",
10-
urls = tf_mirror_urls("https://github.com/dmlc/dlpack/archive/2a7e9f1256ddc48186c86dff7a00e189b47e5310.tar.gz"),
8+
strip_prefix = "dlpack-1.1",
9+
sha256 = "2e3b94b55825c240cc58e6721e15b449978cbae21a2a4caa23058b0157ee2fb3",
10+
urls = tf_mirror_urls("https://github.com/dmlc/dlpack/archive/refs/tags/v1.1.tar.gz"),
1111
build_file = "//third_party/dlpack:dlpack.BUILD",
1212
)

0 commit comments

Comments
 (0)