Skip to content
Open

test ci #2110

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tensorflow_serving/model_servers/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down