Skip to content

Commit a1ea52f

Browse files
Update TFRT dependency to use revision
http://github.com/tensorflow/runtime/commit/678092d7d1cc3df43629f90f433503e9a1a48f12. PiperOrigin-RevId: 501635340
1 parent 8fe647d commit a1ea52f

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 = "547ca15821a9123c9a1357dc402853b96df1df6d"
10-
TFRT_SHA256 = "c0cc374d34eb525436f8227cecefeb6d5fbd58edc8fe95e085903433d56f9f75"
9+
TFRT_COMMIT = "678092d7d1cc3df43629f90f433503e9a1a48f12"
10+
TFRT_SHA256 = "c94e21b0b520cd93aa834b844718a81c0f019c0092735ea5141bec0676ab788d"
1111

1212
tf_http_archive(
1313
name = "tf_runtime",

0 commit comments

Comments
 (0)