From cc24f50f8c2665b4b5d553b8a03c37293aa0afd5 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Thu, 4 Sep 2025 11:48:00 -0700 Subject: [PATCH] Update TFRT dependency to use revision http://github.com/tensorflow/runtime/commit/4ecc3a44a32c832b748328bed3f9a599f795ca8d. PiperOrigin-RevId: 803114580 --- 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 a4d9b6657f9..6177f2eb1a5 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 = "76cb4f67cb995c0ffe61d451d64639abe8d35499" - TFRT_SHA256 = "fa703cc89f5fce226ac972df9d211f314f0f0a47467a84c9cb8678baa86a62c0" + TFRT_COMMIT = "4ecc3a44a32c832b748328bed3f9a599f795ca8d" + TFRT_SHA256 = "5e81d70f9534340f7ef8e63ec43bdd5971135e48183079be50ecb3f74b1fed66" tf_http_archive( name = "tf_runtime",