From d985985ff0ee68ae5e740bab4516ad153f49d925 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Thu, 10 Oct 2024 00:01:54 -0700 Subject: [PATCH] Updating TensorFlow to latest passing continuous build. Build status: https://source.cloud.google.com/results/invocations/f0327d2e-d541-45bd-a67f-9bd649d88d00 PiperOrigin-RevId: 684324568 --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 678aadebf50..28af0551090 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 = "c92da70be7051ee0a5e59d32fa13fe10c9b5f067b66f9ee04264603249c3721f", - git_commit = "14c49ab7e17f0ff7a5a7103d99e1892279c48adc", + sha256 = "c4f7feff3f12969aa02cb31699f78dbd993921883babd387f300676c6bb3613a", + git_commit = "e0e9dca4a8c8f48d7402038a2d751f1efac5278a", ) # Import all of TensorFlow Serving's external dependencies.