commit | e24ea7f3cc8df46000bfbd3871ffbad298c72a4d | [log] [tgz] |
---|---|---|
author | A. Unique TensorFlower <gardener@tensorflow.org> | Thu Jul 22 10:06:57 2021 -0700 |
committer | TensorFlower Gardener <gardener@tensorflow.org> | Thu Jul 22 10:10:42 2021 -0700 |
tree | 9faa30d960bbc6d1379e8e786348bb2f49338b97 | |
parent | 3c3cd59d39095c2d6a8c83302e91bf581c0c8cb2 [diff] |
Update TFRT dependency to use revision http://github.com/tensorflow/runtime/commit/5dbdbd2ed890a25b001499bbd26e61e3d7d1cf0a. PiperOrigin-RevId: 386265182 Change-Id: Ie0afe4dbaa6c6985131064b4ef61d16c85edf433
diff --git a/third_party/tf_runtime/workspace.bzl b/third_party/tf_runtime/workspace.bzl index 6e640bf..87bb708 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 = "d5ecb2ab08270a10ad8c53b2000beadb6ae1fb09" - TFRT_SHA256 = "a800c32fdeeda46b06146a66821a3fc23c4475bcaca673d8672b708ec5f31b0b" + TFRT_COMMIT = "5dbdbd2ed890a25b001499bbd26e61e3d7d1cf0a" + TFRT_SHA256 = "7a3276da95e6b9ac2ef6a8e6a604f51e7adf79bfcd6ccaf742f3669a4503653d" tf_http_archive( name = "tf_runtime",