Browse Source

modify log level to info when check version is timeout

Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
tags/v1.2.0-rc1
zhoufeng 5 years ago
parent
commit
c47ce1212c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mindspore/_check_version.py

+ 1
- 1
mindspore/_check_version.py View File

@@ -206,7 +206,7 @@ class AscendEnvChecker(EnvChecker):
if process.stdout.strip() != "":
logger.warning(process.stdout.strip())
except subprocess.TimeoutExpired:
logger.warning("Package te, topi, hccl version check timed out, skip.")
logger.info("Package te, topi, hccl version check timed out, skip.")

def set_env(self):
if not self.tbe_path:


Loading…
Cancel
Save