From 09f6e9e9216fbb1ddaa0d4b39f09a087fd1bb5db Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Tue, 25 Jul 2023 20:31:00 -0700 Subject: [PATCH] Update TFRT dependency to use revision http://github.com/tensorflow/runtime/commit/dcffa4094e13d56a30b2cdcdb709ce5d71b38953. PiperOrigin-RevId: 551075708 --- third_party/tf_runtime/workspace.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/third_party/tf_runtime/workspace.bzl b/third_party/tf_runtime/workspace.bzl index f94f03e669937a..fb499cb5f9dae7 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 = "e143099db75fe9b89b3959965840dd3c4237eab3" - TFRT_SHA256 = "5591f65576dabeadbba8ebe7d2d95d47576389de9b0f433cbc4e33fb9bd7eb08" + TFRT_COMMIT = "dcffa4094e13d56a30b2cdcdb709ce5d71b38953" + TFRT_SHA256 = "ce4a95e4fe258353e751af57e6970a186aab77f03f12944ce389667b33d6c5b1" tf_http_archive( name = "tf_runtime",