Skip to content

Commit 1f38510

Browse files
Update TFRT dependency to use revision
http://github.com/tensorflow/runtime/commit/7f25adf3e046e7377af20dc48fa03b907efa2b4a. PiperOrigin-RevId: 484193369
1 parent 515e5ac commit 1f38510

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 = "304bc24df132cc030d04090d1420320a1395308d"
10-
TFRT_SHA256 = "de9e3ab07979da173584ed8ef224854162a31b3a6686b3a2e9f936788ba5cf3d"
9+
TFRT_COMMIT = "7f25adf3e046e7377af20dc48fa03b907efa2b4a"
10+
TFRT_SHA256 = "14bcbc748dce3e6442e25321ae269fcbec62e962e29eacbf99d07fa3b167860e"
1111

1212
tf_http_archive(
1313
name = "tf_runtime",

0 commit comments

Comments
 (0)