From e6da916294cdb029a43d2dfef4ecdf4e5e94500e Mon Sep 17 00:00:00 2001 From: lianghao Date: Wed, 23 Dec 2020 11:11:10 +0800 Subject: [PATCH] op_compiler_cache_dir --- ge/offline/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ge/offline/main.cc b/ge/offline/main.cc index b7188a85..46d25d97 100755 --- a/ge/offline/main.cc +++ b/ge/offline/main.cc @@ -305,7 +305,7 @@ class GFlagUtils { " --debug_dir Set the save path of operator compilation intermediate files.\n" "Default value: ./kernel_meta\n" " --op_compiler_cache_dir Set the save path of operator compilation cache files.\n" - "Default value: $HOME/atc_data/kernel_cache\n" + "Default value: $HOME/atc_data\n" " --op_compiler_cache_mode Set the operator compilation cache mode." "Options are disable(default), enable and force(force to refresh the cache)");