commit | a94cff5861a7560768faa798d7150cff35e9472a | [log] [tgz] |
---|---|---|
author | A. Unique TensorFlower <gardener@tensorflow.org> | Mon Jun 20 04:28:45 2022 -0700 |
committer | TensorFlower Gardener <gardener@tensorflow.org> | Mon Jun 20 04:33:06 2022 -0700 |
tree | 66c5b20ba9b86f0b1169b029a7624d80434b51ab | |
parent | 5d3d92f19d497f8541eacc0ea65e4a59b3321cca [diff] |
Update TFRT dependency to use revision http://github.com/tensorflow/runtime/commit/5413484b14366295565be23c6c3ea7456a47a8fd. PiperOrigin-RevId: 456044748
diff --git a/third_party/tf_runtime/workspace.bzl b/third_party/tf_runtime/workspace.bzl index e49699b..5dd2903 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 = "ad1d01eba9930838529417d3b258bf5d5b4b951e" - TFRT_SHA256 = "e19f4b6336ced671f67c9b79645307f64d703a268878f2a040e006c065e6b021" + TFRT_COMMIT = "5413484b14366295565be23c6c3ea7456a47a8fd" + TFRT_SHA256 = "25ec7760c79862508bda8e8166b8bcd427c8e5a93682de5f250d244b77eda734" tf_http_archive( name = "tf_runtime",