| commit | ce84c661ef8e223a7d76d69d79ce0f26c216c3b9 | [log] [tgz] |
|---|---|---|
| author | A. Unique TensorFlower <gardener@tensorflow.org> | Wed May 12 01:17:42 2021 -0700 |
| committer | TensorFlower Gardener <gardener@tensorflow.org> | Wed May 12 01:21:08 2021 -0700 |
| tree | 9bfdfe77c200918b13eb0a213f6f22a28ecca156 | |
| parent | e5edf4353fb51953dce79190d41f9870989f8c1c [diff] |
Update TFRT dependency to use revision http://github.com/tensorflow/runtime/commit/4843344e5f7611b34130e5a4e64d718dc392019d. PiperOrigin-RevId: 373318625 Change-Id: Ic2c1ae62dd9eef00cd497f481a1264e362c26f17
diff --git a/third_party/tf_runtime/workspace.bzl b/third_party/tf_runtime/workspace.bzl index 4ccbb13..fa5bf17 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 = "93982d2d5dacbec9c9d6b23f62501e4d5adf4248" - TFRT_SHA256 = "36373b754a30961fdfca2213f0d12bde0337b412ff4d8617b24f419be60b177d" + TFRT_COMMIT = "4843344e5f7611b34130e5a4e64d718dc392019d" + TFRT_SHA256 = "49e1c47189c04747df5680f2c348982782f4a2f9a596ddd42873d0a58e1a1e01" tf_http_archive( name = "tf_runtime",