From 5411333673a73f2c5f5f1cf6f434e5cbff2e7284 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Mon, 27 Nov 2023 12:01:39 -0800 Subject: [PATCH] Updating TensorFlow to latest passing continuous build. Build status: https://source.cloud.google.com/results/invocations/f8a0b269-d8f3-40b2-84a5-80038b1fbbe6 PiperOrigin-RevId: 585720109 --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index c7493dbfbe9..21a2604cb4f 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 = "b8a8f773723de7839854dd2191d34fd617e9fa8c3b3f431484438b8591e37611", - git_commit = "a6ef29d96abae7df50eb7ff92e970a9d46fb17a5", + sha256 = "a8675011a035d7d96ef65c05db68b49d742d35ec71aef2673c2d85eceb4ce55c", + git_commit = "ff22936fb42e5e1f73951da1722494c2b0832954", ) # Import all of TensorFlow Serving's external dependencies.