From 6259db4d5d86e2ec139d67d7ea5e4eda6a3c7e3b Mon Sep 17 00:00:00 2001 From: tronzhang <6517937+tronzhang@user.noreply.gitee.com> Date: Sun, 28 Jun 2020 17:51:40 +0800 Subject: [PATCH] change comment for akg option --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index d0f616da72..f4ac5ff0bb 100755 --- a/build.sh +++ b/build.sh @@ -52,7 +52,7 @@ usage() echo " -M Enable MPI and NCCL for GPU training, gpu default on" echo " -V Specify the minimum required cuda version, default CUDA 10.1" echo " -I Compile predict, default off" - echo " -K Compile with AKG, default off" + echo " -K Compile with AKG, default on" echo " -s Enable serving module, default off" }