commit | 4ece1b65c07bf5d0cb0dacbfdad6fd9ecb903dc3 | [log] [tgz] |
---|---|---|
author | A. Unique TensorFlower <gardener@tensorflow.org> | Mon Aug 16 11:49:45 2021 -0700 |
committer | TensorFlower Gardener <gardener@tensorflow.org> | Mon Aug 16 11:54:31 2021 -0700 |
tree | fe6cfdd0f5bb8a6aaa60467d7cd804b09db3a4be | |
parent | 5ec7debb626adb6b38d274b8ccdf356775d41e38 [diff] |
Update TFRT dependency to use revision http://github.com/tensorflow/runtime/commit/341451bed64df07dafe525419d6f40e417b4c55d. PiperOrigin-RevId: 391101058 Change-Id: I8855d66ade32e31a491b9cda185064688b3bf2c3
diff --git a/third_party/tf_runtime/workspace.bzl b/third_party/tf_runtime/workspace.bzl index bbf7243..2abf527 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 = "4853eba132d9a0cd4a283d0a2db46f480688520b" - TFRT_SHA256 = "df3ca19c8ac9d94adbb301295b76613fa80baecb54b61068f023e4425d4b2724" + TFRT_COMMIT = "341451bed64df07dafe525419d6f40e417b4c55d" + TFRT_SHA256 = "20655382cf0d69dbbe5c3e0430176e416ef263777500d4043986d3f496aa569f" tf_http_archive( name = "tf_runtime",