From db4128de372827077ba814932f95da77609910f6 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Tue, 31 Oct 2023 18:01:40 -0700 Subject: [PATCH] Updating TensorFlow to latest passing continuous build. Build status: https://source.cloud.google.com/results/invocations/c54d6a1e-9b2f-4a7c-be0c-c1b4412fab77 PiperOrigin-RevId: 578357263 --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 05712321ef3..1c0abe5840a 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 = "fe5897685551f02bfab20afbed08942013f4f9fe53f4b756000489cfa6524088", - git_commit = "b7bc27ea4335b3f01a576e2a791824dbbb500573", + sha256 = "455cb7beae95cdf893be7e82874ab3ed3ad7af631258bf629326f71a947b3fc8", + git_commit = "412d09a228e5823c958847bba9670ca9d4c964b4", ) # Import all of TensorFlow Serving's external dependencies.