From 7f89ef60e10161db3061f2def13f9cb6fc5ccae0 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Wed, 29 Nov 2023 11:01:15 -0800 Subject: [PATCH] Update TFRT dependency to use revision http://github.com/tensorflow/runtime/commit/1bdc3ca2c91c108235a08d603a629970533649f9. PiperOrigin-RevId: 586395075 --- third_party/tf_runtime/workspace.bzl | 4 ++-- .../xla/third_party/tsl/third_party/tf_runtime/workspace.bzl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/third_party/tf_runtime/workspace.bzl b/third_party/tf_runtime/workspace.bzl index e501613187629a..40f4624639e1f4 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 = "58f2ec4dc891dc0bc0815a8c2d1caf196bfc13d5" - TFRT_SHA256 = "7525f0bb63fc3c0cf2df7ce1b09949510b42ffa669cc38ed83f6948a078d6633" + TFRT_COMMIT = "1bdc3ca2c91c108235a08d603a629970533649f9" + TFRT_SHA256 = "dd9c04c8907c217cefd8336908fcbc2adff00a3126fbc0f6af4182e22ce87395" tf_http_archive( name = "tf_runtime", diff --git a/third_party/xla/third_party/tsl/third_party/tf_runtime/workspace.bzl b/third_party/xla/third_party/tsl/third_party/tf_runtime/workspace.bzl index e501613187629a..40f4624639e1f4 100644 --- a/third_party/xla/third_party/tsl/third_party/tf_runtime/workspace.bzl +++ b/third_party/xla/third_party/tsl/third_party/tf_runtime/workspace.bzl @@ -6,8 +6,8 @@ def repo(): """Imports TFRT.""" # Attention: tools parse and update these lines. - TFRT_COMMIT = "58f2ec4dc891dc0bc0815a8c2d1caf196bfc13d5" - TFRT_SHA256 = "7525f0bb63fc3c0cf2df7ce1b09949510b42ffa669cc38ed83f6948a078d6633" + TFRT_COMMIT = "1bdc3ca2c91c108235a08d603a629970533649f9" + TFRT_SHA256 = "dd9c04c8907c217cefd8336908fcbc2adff00a3126fbc0f6af4182e22ce87395" tf_http_archive( name = "tf_runtime",