Skip to content

Commit c31c8e7

Browse files
Update TFRT dependency to use revision
http://github.com/tensorflow/runtime/commit/d61c1555060766bcb019b34f18e1f56b8864327d. PiperOrigin-RevId: 501887590
1 parent e480eb9 commit c31c8e7

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 = "d03d58acaa11c9528ac2dc2d135d5a9db1961302"
10-
TFRT_SHA256 = "e5f89d19b2891dffc76b52056a227142a42078cf172f43ef3b94c10ccad82572"
9+
TFRT_COMMIT = "d61c1555060766bcb019b34f18e1f56b8864327d"
10+
TFRT_SHA256 = "adab3f4f24b93a0150dee32d5ea99958b2bae70cad8af69495465087c8cd0968"
1111

1212
tf_http_archive(
1313
name = "tf_runtime",

0 commit comments

Comments
 (0)