From 68e093af725cd4018f734185096194690946346e Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Thu, 4 Nov 2021 15:12:23 -0700 Subject: [PATCH] Update TFRT dependency to use revision http://github.com/tensorflow/runtime/commit/1cb36b9a769c279703fcc3a990a967645cfd3303. PiperOrigin-RevId: 407680845 Change-Id: I144659242ba6f25860cf3319fe2078824fbe192d --- 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 68d0e76188c9a7..6cf810ae3e101f 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 = "239505bce70017f67c5e961c663a5b0516195245" - TFRT_SHA256 = "edbd6b4052f2767c47ad0ae2b7fb9865f1517f345b32a42951b99573c0eb4462" + TFRT_COMMIT = "1cb36b9a769c279703fcc3a990a967645cfd3303" + TFRT_SHA256 = "0347644ffb01f9b98aaa30e9ccf257738cc00d296bafdd139575e986b33d78db" tf_http_archive( name = "tf_runtime",