Skip to content

Commit bc21145

Browse files
Update TFRT dependency to use revision
http://github.com/tensorflow/runtime/commit/547ca15821a9123c9a1357dc402853b96df1df6d. PiperOrigin-RevId: 501599104
1 parent ab324b8 commit bc21145

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 = "36ff75c7671bba5359c55f92ca27067b7a529a0f"
10-
TFRT_SHA256 = "ca7e63cd90aa8705f6b7a97c6fb1f542ae3676900574b6d28ff6b6ea7d0df85e"
9+
TFRT_COMMIT = "547ca15821a9123c9a1357dc402853b96df1df6d"
10+
TFRT_SHA256 = "c0cc374d34eb525436f8227cecefeb6d5fbd58edc8fe95e085903433d56f9f75"
1111

1212
tf_http_archive(
1313
name = "tf_runtime",

0 commit comments

Comments
 (0)