From 77e2686a2958eb76e0164828d5d536b86c72464b Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Thu, 27 Sep 2018 06:19:58 -0700 Subject: Reduce the size of //tensorflow/tools/pip_package:simple_console_windows This change reduce the size of //tensorflow/tools/pip_package:simple_console_windows's zip file from 1000027677 bytes to 47690474 bytes for a CPU build. For GPU build, it will avoid going over 4GB when multiple CUDA compatibility are specified. To fix #22390 PiperOrigin-RevId: 214764423 --- tensorflow/tools/dist_test/server/BUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'tensorflow/tools/dist_test') diff --git a/tensorflow/tools/dist_test/server/BUILD b/tensorflow/tools/dist_test/server/BUILD index 003a19a9ab..3aa53a5615 100644 --- a/tensorflow/tools/dist_test/server/BUILD +++ b/tensorflow/tools/dist_test/server/BUILD @@ -8,6 +8,7 @@ licenses(["notice"]) # Apache 2.0 exports_files(["LICENSE"]) load("//tensorflow:tensorflow.bzl", "py_test") +load("//tensorflow:tensorflow.bzl", "py_binary") py_binary( name = "grpc_tensorflow_server", -- cgit v1.2.3