aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Unique TensorFlower <gardener@tensorflow.org>2022-08-22 02:32:39 -0700
committerTensorFlower Gardener <gardener@tensorflow.org>2022-08-22 02:39:33 -0700
commit83f0dd240a6e35cde81a147fdd6b5cd966214ad8 (patch)
tree9fb8e4c69144709215b45795f25762cfa226c814
parent4f317f2dfa73e135877308295666e19ae3469ffa (diff)
downloadtensorflow-83f0dd240a6e35cde81a147fdd6b5cd966214ad8.tar.gz
Update TFRT dependency to use revision
http://github.com/tensorflow/runtime/commit/9674293cc2f507caac6bf19eae3314a50869478b. PiperOrigin-RevId: 469133730
-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 b66bb592101..b93945e5872 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 = "9b8f8a0ff4fb57eb452a33cc23c6973dcf554d49"
- TFRT_SHA256 = "d419cdd276d2cc406a950711b770639117019493f79df441529c5df2ecc0d62a"
+ TFRT_COMMIT = "9674293cc2f507caac6bf19eae3314a50869478b"
+ TFRT_SHA256 = "4a902fd8b6bad831e08c66f8fc090331e25644da99a96c38b34e75e718bb4729"
tf_http_archive(
name = "tf_runtime",