commit | 2cc51209e7386c4686bbfc262f491db164a61445 | [log] [tgz] |
---|---|---|
author | A. Unique TensorFlower <gardener@tensorflow.org> | Thu May 05 13:03:07 2022 -0700 |
committer | TensorFlower Gardener <gardener@tensorflow.org> | Thu May 05 13:15:02 2022 -0700 |
tree | 0808cb00143534a96b4e1336ade88da360485329 | |
parent | 2da92511a8b4c1fce7fde79750c56c3181792ab6 [diff] |
Update TFRT dependency to use revision http://github.com/tensorflow/runtime/commit/b879e009980596f5120c652253f912a18837447d. PiperOrigin-RevId: 446795721
diff --git a/third_party/tf_runtime/workspace.bzl b/third_party/tf_runtime/workspace.bzl index 3972264..365c4df 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 = "f23ce667c9000fd65ad3a058fc354b9cd5cbe243" - TFRT_SHA256 = "bda128a059563ac2a22752c7a5726f8a5329c45f7271ca0c8e658d1313034524" + TFRT_COMMIT = "b879e009980596f5120c652253f912a18837447d" + TFRT_SHA256 = "d87e10929339d3dc1a7b767c0c6f89035533f4066bfaae14b573bbaffb36691a" tf_http_archive( name = "tf_runtime",