Skip to content

Commit ab196eb

Browse files
Update TFRT dependency to use revision
http://github.com/tensorflow/runtime/commit/74b657b760fce2bc87041702d5b121e0d1ce8110. PiperOrigin-RevId: 486691984
1 parent bc525ef commit ab196eb

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 = "9bed445aceb610ce09335883fd84cc6ca237e58c"
10-
TFRT_SHA256 = "6053ff80399ec7ae7161b3539561be90aba8a9e3924f663497d27874e1bc43e5"
9+
TFRT_COMMIT = "74b657b760fce2bc87041702d5b121e0d1ce8110"
10+
TFRT_SHA256 = "17eb13b48daf7b199f533fd4f7d0f643a638ae2436a905e1104ec7ee2a6251e1"
1111

1212
tf_http_archive(
1313
name = "tf_runtime",

0 commit comments

Comments
 (0)