From 1052240ce9a6af52fd46dabc42e96460461f48de Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Thu, 5 Oct 2023 06:01:54 -0700 Subject: [PATCH] Updating TensorFlow to latest passing continuous build. Build status: https://source.cloud.google.com/results/invocations/ac928637-2e2b-40cb-9641-234e4e7f94d1 PiperOrigin-RevId: 570991262 --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 700f1568fbe..5187776fd91 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 = "8ca210b8509485836eb26b74b305bf28ba740ca223eb29bd877b84426482f1f2", - git_commit = "d8e55c054734c31734a2164a4b35ad971261346f", + sha256 = "c726ac229ea501bb6aa2178b9828a0d84bdfb0e43d8747eb015005348bce04bf", + git_commit = "0a255348ac18dfdbb2ddf76a35337fc4f3dc740f", ) # Import all of TensorFlow Serving's external dependencies.