From 3132542d9dbbdae1b717f895cbb5a4076de6e5fd Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Fri, 3 Nov 2023 06:01:41 -0700 Subject: [PATCH] Updating TensorFlow to latest passing continuous build. Build status: https://source.cloud.google.com/results/invocations/f87f68fb-57f4-450b-9b2d-f0a56748b9a0 PiperOrigin-RevId: 579157942 --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 5967f0318b8..c9d8d865b32 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 = "30d0389efa73fa96bdd86bbb312bff7194814c36c57a37c02200a85115f38266", - git_commit = "acbde355183250ed02a48f666e4040845033a5f6", + sha256 = "385287adce14c97ea01612f4cce536499d91dcb2ed8e7129034a8af670766a4c", + git_commit = "354484e480e6d2ac4c18068d96d82bee04cc5e8b", ) # Import all of TensorFlow Serving's external dependencies.