From 11c86f080c0ca5c159467ea172c3759b6296900c Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Mon, 25 Sep 2023 12:01:37 -0700 Subject: [PATCH] Updating TensorFlow to latest passing continuous build. Build status: https://source.cloud.google.com/results/invocations/a543e66c-b133-4f49-aa0a-b124a43a59ec PiperOrigin-RevId: 568286407 --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 905c050c941..cfc2c8a49bf 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 = "c423b7b63551aa9db9e6517e470fbd787474df335c903bbb49c9400111e79853", - git_commit = "92213dbdb2a8c56b045aac745f466f9d15767435", + sha256 = "cc415913378812550c0a003f6ab794c022a5e75f3f34d6d6123f5fcc154cf80f", + git_commit = "1ee265c2092b3dc631281965c3aa8967279a3e8e", ) # Import all of TensorFlow Serving's external dependencies.