Skip to content

Commit ff1079d

Browse files
Update TFRT dependency to use revision
http://github.com/tensorflow/runtime/commit/604b26fdad348a0de07d7a9ef2d745b63abdf3b8. PiperOrigin-RevId: 724161365
1 parent 3e56756 commit ff1079d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

third_party/tf_runtime/workspace.bzl

+2-2
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 = "5d18d4ac03fc02dd40d5a8b06c65a3ca77a0596a"
10-
TFRT_SHA256 = "0507af13a28468d3cfd3499c2b301923d8f7bca25b5711f572fc049a860ed738"
9+
TFRT_COMMIT = "604b26fdad348a0de07d7a9ef2d745b63abdf3b8"
10+
TFRT_SHA256 = "c3a0f6e58cd64b0a50491185a937e59ad4c601f0f8aa6b140820bb880a9c9a75"
1111

1212
tf_http_archive(
1313
name = "tf_runtime",

0 commit comments

Comments
 (0)