From 3ac0bcbe62abcd983a7da7e893c0b9efccec3bf7 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Tue, 31 May 2022 13:09:17 -0700 Subject: [PATCH] Update TFRT dependency to use revision http://github.com/tensorflow/runtime/commit/8355bb0285b5908a697cd9a416032072bc8f666a. PiperOrigin-RevId: 452122319 --- 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 2181b1d87a3..bc3e560417f 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 = "c5f2dcdd8f0935f9900e1e73f5ad40a87b3c18a1" - TFRT_SHA256 = "31beceb96507c4e2737d45af988304049918b018ac0bf37893bef74d340c6f78" + TFRT_COMMIT = "8355bb0285b5908a697cd9a416032072bc8f666a" + TFRT_SHA256 = "bbaea547395b5498958b4048385b68b56753a74bd2e6cca78e0d4a16f33b507b" tf_http_archive( name = "tf_runtime",