Skip to content

Commit 038681c

Browse files
Update TFRT dependency to use revision
http://github.com/tensorflow/runtime/commit/cd3a2b3a1a3228d7a51c5b6c2783cb4de06318b5. PiperOrigin-RevId: 507838962
1 parent e75c959 commit 038681c

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 = "b635a7638f64a41ebd1a0f0bd01a8a825037ee5c"
10-
TFRT_SHA256 = "8b344eee34f5f28dab8c6db22be1c70bbe8338ae90d576614e5464d051b14b37"
9+
TFRT_COMMIT = "cd3a2b3a1a3228d7a51c5b6c2783cb4de06318b5"
10+
TFRT_SHA256 = "8affff133d4a3fc6c7ebcd88e7e00e55527360674dd7da3b79c15be06301a3c3"
1111

1212
tf_http_archive(
1313
name = "tf_runtime",

0 commit comments

Comments
 (0)