From 35f60bd42ff0b4445d520335f3cfc3dcdf7e1261 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Sun, 5 Nov 2023 17:01:37 -0800 Subject: [PATCH] Updating TensorFlow to latest passing continuous build. Build status: https://source.cloud.google.com/results/invocations/fa42ad74-ee94-4fa0-b0e7-552a3ea05a3a PiperOrigin-RevId: 579691842 --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 9889e51c435..00276e12756 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -24,8 +24,8 @@ local_repository( load("//tensorflow_serving:repo.bzl", "tensorflow_http_archive") tensorflow_http_archive( name = "org_tensorflow", - sha256 = "b28a21f13ae7705590a6528aac4413a369021370145476919862991755aca261", - git_commit = "8bcb0ebc1099a3b73bc5763dc1cf9aa495b2b1c5", + sha256 = "e282b5c57e467e5e869886581a10b9128dee06c1d972e6ba7675f415f6786bee", + git_commit = "4b8611e38656de7fdd101a058a76ec65d2f8297a", ) # Import all of TensorFlow Serving's external dependencies.