From 1541934fd9fd4f346e314b6b3aee666bc21c2372 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Tue, 11 Jul 2023 14:19:09 -0700 Subject: [PATCH] Update TFRT dependency to use revision http://github.com/tensorflow/runtime/commit/2311b85fed9d2a38619e0188a0eabcb3f1ef1b95. PiperOrigin-RevId: 547295729 --- 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 49c3aa40d..6e4b85126 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 = "62d593e29280c8ef8dee7a5477b04b89ac77c06c" - TFRT_SHA256 = "31e762e2cdfd4c956ba92f9f90fe7d5f0896cb8ec3d52111cc261f797b8aba65" + TFRT_COMMIT = "2311b85fed9d2a38619e0188a0eabcb3f1ef1b95" + TFRT_SHA256 = "e175b71871e863c1b3dc767803f1cc70a48d27964286c2875db2451401f38db4" tf_http_archive( name = "tf_runtime",