Skip to content

Commit 1a028f7

Browse files
Update TFRT dependency to use revision
http://github.com/tensorflow/runtime/commit/d03d58acaa11c9528ac2dc2d135d5a9db1961302. PiperOrigin-RevId: 501685593
1 parent af3217f commit 1a028f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

third_party/tf_runtime/workspace.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ def repo():
66
"""Imports TFRT."""
77

88
# Attention: tools parse and update these lines.
9-
TFRT_COMMIT = "678092d7d1cc3df43629f90f433503e9a1a48f12"
10-
TFRT_SHA256 = "c94e21b0b520cd93aa834b844718a81c0f019c0092735ea5141bec0676ab788d"
9+
TFRT_COMMIT = "d03d58acaa11c9528ac2dc2d135d5a9db1961302"
10+
TFRT_SHA256 = "e5f89d19b2891dffc76b52056a227142a42078cf172f43ef3b94c10ccad82572"
1111

1212
tf_http_archive(
1313
name = "tf_runtime",

0 commit comments

Comments
 (0)