From bda96ae97773c210b8f1cb879ff8882d0b063993 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Thu, 13 Oct 2022 14:30:40 -0700 Subject: [PATCH] Update TFRT dependency to use revision http://github.com/tensorflow/runtime/commit/36b7795640a99e44a9ab246c5495be5f99736c99. PiperOrigin-RevId: 480985467 --- 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 5adef04da58..d98931d669e 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 = "00734af980b920f9f963badf85fbeb12d576fde5" - TFRT_SHA256 = "0c136cdfb87ae3663c162ad807c57983a8119fa7097fb589c4a7d04b98d09d3d" + TFRT_COMMIT = "36b7795640a99e44a9ab246c5495be5f99736c99" + TFRT_SHA256 = "5481b249713b200dee9ddad84825e84f445ce2cfa2ff199f030c379f45329662" tf_http_archive( name = "tf_runtime", -- GitLab