From db2e9240642970c733c58959d9ba14854379f80d Mon Sep 17 00:00:00 2001 From: tronzhang <6517937+tronzhang@user.noreply.gitee.com> Date: Sun, 28 Jun 2020 17:52:23 +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 c6f80b12693..62cb008c5c3 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" echo " -B Enable debugger, default off" }