Browse Source

Adaptation runpackage to master0415

pull/15210/head
shenwei41 4 years ago
parent
commit
ae01d4a18d
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      graphengine
  2. +1
    -1
      mindspore/_check_version.py

+ 1
- 1
graphengine

@@ -1 +1 @@
Subproject commit 6d92a616eaebbc29c920778113f3d0a0d0cf395b
Subproject commit 8770bfcdd73777207d562597e21c63179af598f2

+ 1
- 1
mindspore/_check_version.py View File

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


def __init__(self): def __init__(self):
self.version = ["1.77.22.3.220"]
self.version = ["1.77.22.6.220"]
atlas_nnae_version = "/usr/local/Ascend/nnae/latest/fwkacllib/version.info" atlas_nnae_version = "/usr/local/Ascend/nnae/latest/fwkacllib/version.info"
atlas_toolkit_version = "/usr/local/Ascend/ascend-toolkit/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" hisi_fwk_version = "/usr/local/Ascend/fwkacllib/version.info"


Loading…
Cancel
Save