From 0bfaf6ad6a0cbf7aed21ba75a172c4d7aa9efaee Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Sun, 28 Apr 2024 18:01:36 -0700 Subject: [PATCH] Updating TensorFlow to latest passing continuous build. Build status: https://source.cloud.google.com/results/invocations/34c14e6f-010d-481b-8430-e04de8aeec66 PiperOrigin-RevId: 628919037 --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 6970b94d3c8..291ad3730b6 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 = "8b1035f5c25adc0391063178a79208d42c92cfef396ec6dcbfb4412e889853cd", - git_commit = "34c1c68abbf652a91568962908062551dee3b70f", + sha256 = "a922e21b1baad203a7fef9afd8e5b9faa8deb50594486b3764648a152d4da84e", + git_commit = "1c8c76459c2fc976d5e28028906c00357d93198b", ) # Import all of TensorFlow Serving's external dependencies.