commit | 0bce337aea41ec98f774410cfb159c19949d6e76 | [log] [tgz] |
---|---|---|
author | A. Unique TensorFlower <gardener@tensorflow.org> | Wed Jun 02 13:08:43 2021 -0700 |
committer | TensorFlower Gardener <gardener@tensorflow.org> | Wed Jun 02 13:15:09 2021 -0700 |
tree | 11e038760d71d61d801ab36a88655334d30fb1ab | |
parent | cc15e011f56cabe1283a0af846d6215719bd8394 [diff] |
Update TFRT dependency to use revision http://github.com/tensorflow/runtime/commit/bae9ae4a310a560cc70719b0144450a0ec27028d. PiperOrigin-RevId: 377127942 Change-Id: I7dad8ed96a1fd67564caf65c05ea9cd4638baf8a
diff --git a/third_party/tf_runtime/workspace.bzl b/third_party/tf_runtime/workspace.bzl index 0a520b9..4c5e24c 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 = "0a90ac66270a4e54e9e7d6bf9455f26fceafc190" - TFRT_SHA256 = "eb6c9c5235695af6a9232df87f01dd4338814c75fc2df6d6200341184bbdf59a" + TFRT_COMMIT = "bae9ae4a310a560cc70719b0144450a0ec27028d" + TFRT_SHA256 = "3f59ce74b43735a2b060398cd2db0e464fb709a54fe474c2fa76c3d0ee451371" tf_http_archive( name = "tf_runtime",