Skip to content

Commit aa08697

Browse files
Update TFRT dependency to use revision
http://github.com/tensorflow/runtime/commit/88e7d30f8356b1cdb24e02f39d8000fe7e00c842. PiperOrigin-RevId: 374395770 Change-Id: I6a9d3232f8d1f6616cfed096dd83d5e19c8c0bf3
1 parent fa0f24b commit aa08697

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 = "cdc52aa8b6d40c00b81b61d87cdd244dafc4a809"
10-
TFRT_SHA256 = "b7962d1ee7d21da7e19f9740e6c49c32a1c4445b35166b2dfd68745d06af5460"
9+
TFRT_COMMIT = "88e7d30f8356b1cdb24e02f39d8000fe7e00c842"
10+
TFRT_SHA256 = "ce618ec371608f90b5cbe4275cad2e7bcbaa287f92e9ba023340c431a31822a1"
1111

1212
tf_http_archive(
1313
name = "tf_runtime",

0 commit comments

Comments
 (0)