From 5c4a952f5b850406b21385ed05a063cd7b305687 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Fri, 24 Jun 2022 18:01:18 -0700 Subject: [PATCH] Updating TensorFlow to latest passing continuous build. Build status: https://source.cloud.google.com/results/invocations/eaf5a59c-ff77-4a64-bc08-3d691632e87a PiperOrigin-RevId: 457129018 --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 75c0c704161..3c22792ad8e 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -15,8 +15,8 @@ workspace(name = "tf_serving") load("//tensorflow_serving:repo.bzl", "tensorflow_http_archive") tensorflow_http_archive( name = "org_tensorflow", - sha256 = "25098d29d4599ebead6264bab3a0c9f0bbcf26b3e1cd308ee661d095f244a3e9", - git_commit = "28f46b2dac3fa42b1a5191edcf3a054995d34e95", + sha256 = "ae3a29de21f01ceb27706745217e6646937e3829a914e380ab60932eb25c25ed", + git_commit = "e446f8390c0cd2311abf6f04a2fa92f8f4ec815e", ) # Import all of TensorFlow Serving's external dependencies.