forked from mindspore-Ecosystem/mindspore
!40376 Update ascend version
Merge pull request !40376 from ZPaC/update-ascend-version
This commit is contained in:
commit
452f021e4b
|
@ -218,7 +218,7 @@ class AscendEnvChecker(EnvChecker):
|
|||
"""ascend environment check"""
|
||||
|
||||
def __init__(self):
|
||||
self.version = ["1.82"]
|
||||
self.version = ["1.83"]
|
||||
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/latest/fwkacllib/version.info"
|
||||
|
|
Loading…
Reference in New Issue