Browse Source

!8243 update run package 20201103

Merge pull request !8243 from guozhijian/update_run_20201103
tags/v1.1.0
mindspore-ci-bot Gitee 5 years ago
parent
commit
93daaf4de9
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 42d217fb8cec74b1c73685b8abe94d5f1520e9fe
Subproject commit 93719ebecdfe9d3ff1009ebc350f1d7725e207a8

+ 1
- 1
mindspore/_check_version.py View File

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

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