Skip to content

Commit fdc6fb2

Browse files
Update TFRT dependency to use revision
http://github.com/tensorflow/runtime/commit/36ff75c7671bba5359c55f92ca27067b7a529a0f. PiperOrigin-RevId: 501398282
1 parent 999c6c4 commit fdc6fb2

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 = "ff51046fa887fd3c7d6d054b74ae330a1234c33e"
10-
TFRT_SHA256 = "329f39837806a59ae7883f2361b5c07c9dc38754eff5c59a6a0fbe4e3effafe1"
9+
TFRT_COMMIT = "36ff75c7671bba5359c55f92ca27067b7a529a0f"
10+
TFRT_SHA256 = "ca7e63cd90aa8705f6b7a97c6fb1f542ae3676900574b6d28ff6b6ea7d0df85e"
1111

1212
tf_http_archive(
1313
name = "tf_runtime",

0 commit comments

Comments
 (0)