From a1a36db35a92644b4bc1d12027bd70c2a8c6b587 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Sun, 28 Apr 2024 12:01:37 -0700 Subject: [PATCH] Updating TensorFlow to latest passing continuous build. Build status: https://source.cloud.google.com/results/invocations/6c78f77a-c452-42c9-a4a4-bdce4dc2eea8 PiperOrigin-RevId: 628877862 --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 979e31656a7..6970b94d3c8 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 = "4ad82e40968b7ab35574ec0fe78bdba45ff981cb80ec4838886f7066cb4671cf", - git_commit = "269682c10ddd76c9544d804b04da054e082b7dc1", + sha256 = "8b1035f5c25adc0391063178a79208d42c92cfef396ec6dcbfb4412e889853cd", + git_commit = "34c1c68abbf652a91568962908062551dee3b70f", ) # Import all of TensorFlow Serving's external dependencies.