From 3979e713e528d05a9ead3912d38aaae2d50bb785 Mon Sep 17 00:00:00 2001 From: George Shan Date: Mon, 13 Mar 2023 16:51:30 -0700 Subject: [PATCH] test ci --- tensorflow_serving/model_servers/main.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/tensorflow_serving/model_servers/main.cc b/tensorflow_serving/model_servers/main.cc index f7be15c2bd8..7755184793d 100644 --- a/tensorflow_serving/model_servers/main.cc +++ b/tensorflow_serving/model_servers/main.cc @@ -59,6 +59,7 @@ limitations under the License. #include "tensorflow/core/tpu/tpu_global_init.h" void InitializeTPU(tensorflow::serving::main::Server::Options& server_options) { + std::cout << "Initializing TPU system."; std::cout << "Initializing TPU system."; tensorflow::tpu::TopologyProto tpu_topology; TF_QCHECK_OK(tensorflow::InitializeTPUSystemGlobally(