From 3babeaa70a903d496ea8e79663af7816b23ae8d3 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Mon, 5 Feb 2024 12:01:37 -0800 Subject: [PATCH] Updating TensorFlow to latest passing continuous build. Build status: https://source.cloud.google.com/results/invocations/a309680d-033d-43ac-aa50-0dff9be3d96a PiperOrigin-RevId: 604390041 --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 8c4617b53e4..ac3fb21ec4d 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 = "79ec6f24f9c9658cbf068cb500ab66fe14d69cabbf474b7ced1a5026b82a4fb6", - git_commit = "2e86693cc76a2222750f7d807ed76b5672d1fc5c", + sha256 = "6bed72bdb1f6aebfebbce41568d60f4669a6ebda519fdbdb6bb32adad79d49dd", + git_commit = "22e9fdd63b520000a025af12c40647b852cbe09e", ) # Import all of TensorFlow Serving's external dependencies.