Browse Source

!8150 modify run version

Merge pull request !8150 from lilei/modify_MetaTensor
tags/v1.1.0
mindspore-ci-bot Gitee 5 years ago
parent
commit
2ed0858b5b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mindspore/_check_version.py

+ 1
- 1
mindspore/_check_version.py View File

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

def __init__(self):
self.version = ["1.75.22.0.220"]
self.version = ["1.76.T2.0.B020"]
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