From 5f1c184f79ecad8547cb085dc8c5d58621b30c18 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Sun, 5 Nov 2023 05:01:36 -0800 Subject: [PATCH] Updating TensorFlow to latest passing continuous build. Build status: https://source.cloud.google.com/results/invocations/d04fc0f3-5ef6-4871-b95f-bce3eb1cfb3f PiperOrigin-RevId: 579617013 --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index c04c03ad0b6..9889e51c435 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 = "0c06d0d379d1e8218625aec46032a36c8575fbce141eeccbf3d2a27adc5c0c6a", - git_commit = "f35ced36c662310d43dc771634f9a15d3c209b94", + sha256 = "b28a21f13ae7705590a6528aac4413a369021370145476919862991755aca261", + git_commit = "8bcb0ebc1099a3b73bc5763dc1cf9aa495b2b1c5", ) # Import all of TensorFlow Serving's external dependencies.