commit | 6f7d22976abe613aa5023ba06827cc7853a2763a | [log] [tgz] |
---|---|---|
author | A. Unique TensorFlower <gardener@tensorflow.org> | Thu Sep 16 15:47:49 2021 -0700 |
committer | TensorFlower Gardener <gardener@tensorflow.org> | Thu Sep 16 15:52:56 2021 -0700 |
tree | 53c5672c2babc2add22bd0d4348519e63a885f12 | |
parent | 0c6dbd9cd14d0bca7172688433642ce949c0a4bc [diff] |
Update TFRT dependency to use revision http://github.com/tensorflow/runtime/commit/102eb34805bdfd80b3ccdaa8c87ee2ff2808f51c. PiperOrigin-RevId: 397186714 Change-Id: I147b00043c852833817f0dc0629bbdf00490db4b
diff --git a/third_party/tf_runtime/workspace.bzl b/third_party/tf_runtime/workspace.bzl index efb31e1..996b284 100644 --- a/third_party/tf_runtime/workspace.bzl +++ b/third_party/tf_runtime/workspace.bzl
@@ -6,8 +6,8 @@ """Imports TFRT.""" # Attention: tools parse and update these lines. - TFRT_COMMIT = "424662897206f889831e863342a99fbdefe376b7" - TFRT_SHA256 = "cb49a086f9390db61ea66f8d8b245d2dd8feb33ba918d98145b657bf328532e0" + TFRT_COMMIT = "102eb34805bdfd80b3ccdaa8c87ee2ff2808f51c" + TFRT_SHA256 = "30bd1a8d48aa63a451dba51c1b4368c8d801aa8203842b5de59cb532a8fdf153" tf_http_archive( name = "tf_runtime",