aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Unique TensorFlower <gardener@tensorflow.org>2022-08-22 04:25:20 -0700
committerTensorFlower Gardener <gardener@tensorflow.org>2022-08-22 04:29:25 -0700
commit85c2d3eb71fe8eb17115559af5400510d3cc293f (patch)
tree6b7a9b33437f29f7e52368aff7bf04809d5718f8
parentd2c74dfe8dac4bc4f076a0fbb5b803de4afe29d6 (diff)
downloadtensorflow-85c2d3eb71fe8eb17115559af5400510d3cc293f.tar.gz
Update TFRT dependency to use revision
http://github.com/tensorflow/runtime/commit/07ad723e7c5090625f759818a2e8dba5ca9ecd08. PiperOrigin-RevId: 469150098
-rw-r--r--third_party/tf_runtime/workspace.bzl4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/tf_runtime/workspace.bzl b/third_party/tf_runtime/workspace.bzl
index b93945e5872..cd66dc318fc 100644
--- a/third_party/tf_runtime/workspace.bzl
+++ b/third_party/tf_runtime/workspace.bzl
@@ -6,8 +6,8 @@ def repo():
"""Imports TFRT."""
# Attention: tools parse and update these lines.
- TFRT_COMMIT = "9674293cc2f507caac6bf19eae3314a50869478b"
- TFRT_SHA256 = "4a902fd8b6bad831e08c66f8fc090331e25644da99a96c38b34e75e718bb4729"
+ TFRT_COMMIT = "07ad723e7c5090625f759818a2e8dba5ca9ecd08"
+ TFRT_SHA256 = "c8e279753a3764d3264655bdb6a49452240ec863bd7486f000329f8c67949a6b"
tf_http_archive(
name = "tf_runtime",