Browse Source

!12201 update version

From: @shenwei41
Reviewed-by: @lilongfei15,@wenkai_dist
Signed-off-by: @lilongfei15
tags/v1.2.0-rc1
mindspore-ci-bot Gitee 5 years ago
parent
commit
4ca4a148eb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mindspore/_check_version.py

+ 1
- 1
mindspore/_check_version.py View File

@@ -122,7 +122,7 @@ class AscendEnvChecker(EnvChecker):
"""ascend environment check"""

def __init__(self):
self.version = ["1.77.11.0.110"]
self.version = ["1.77.T11.0.B110"]
atlas_nnae_version = "/usr/local/Ascend/nnae/latest/fwkacllib/version.info"
atlas_toolkit_version = "/usr/local/Ascend/ascend-toolkit/latest/fwkacllib/version.info"
hisi_fwk_version = "/usr/local/Ascend/fwkacllib/version.info"


Loading…
Cancel
Save