From 1ba2eb7b313c0c5001ee1683a3ec4fbae01105fd Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Fri, 25 Jun 2021 07:10:58 -0700 Subject: [PATCH] Update TFRT dependency to use revision http://github.com/tensorflow/runtime/commit/b570a1921c9e55ac53c8972bd2bfd37cd0eb510d. PiperOrigin-RevId: 381464971 Change-Id: I7e86fbf0e49ad8a6fe8fb7c46eb50d597038879c --- 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 b80b21c673a..7b793373993 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 = "d3bd15c978b4d48ba5a800039c3530d3b9e88699" - TFRT_SHA256 = "b438e5a1ed2aed0d31d542b8b01ce5baffcc5bbd451ec833b1e99029fd22b751" + TFRT_COMMIT = "b570a1921c9e55ac53c8972bd2bfd37cd0eb510d" + TFRT_SHA256 = "01295fc2a90aa2d665890adbe8701e2ae2372028d3b8266cba38ceddccb42af6" tf_http_archive( name = "tf_runtime",