!2670 Change comment for akg compilation option

Merge pull request !2670 from TronZhang/akg_default_r0.5
This commit is contained in:
mindspore-ci-bot 2020-06-29 09:33:26 +08:00 committed by Gitee
commit e70a8c840a
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}