From 3e2bfadf9cf44bba0967ffed1fadf46d2b1b459c Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Mon, 13 Nov 2023 12:01:45 -0800 Subject: [PATCH] Updating TensorFlow to latest passing continuous build. Build status: https://source.cloud.google.com/results/invocations/5aaa290b-824d-4e06-b4f9-aa5401f69c12 PiperOrigin-RevId: 582040847 --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index e4f5b503037..d54a4463225 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 = "d3387c98b54a09b2eef07aa3fab1598c6cddca2096f5de566a9b3f6bee5bc27e", - git_commit = "168e19001b127823b125f9c9660c223bee27bfea", + sha256 = "f33ee4d66623175b17c267fbeca63466e6271441083cf6960aaf5a1383400c5e", + git_commit = "1f9ffe6c62b9418f6ff131d7b38ae17f3d1df006", ) # Import all of TensorFlow Serving's external dependencies.