Browse Source

Update MindSpore

tags/v1.1.0
xuyongfei 5 years ago
parent
commit
b37f318c4e
2 changed files with 3 additions and 2 deletions
  1. +2
    -1
      mindspore_serving/worker/_check_version.py
  2. +1
    -1
      third_party/mindspore

+ 2
- 1
mindspore_serving/worker/_check_version.py View File

@@ -95,7 +95,8 @@ class AscendEnvChecker:
try:
# pylint: disable=unused-import
import te
except RuntimeError:
# pylint: disable=broad-except
except Exception:
if Path(self.tbe_path).is_dir():
if os.getenv('LD_LIBRARY_PATH'):
os.environ['LD_LIBRARY_PATH'] = self.tbe_path + ":" + os.environ['LD_LIBRARY_PATH']


+ 1
- 1
third_party/mindspore

@@ -1 +1 @@
Subproject commit be56c201efb7aa397df340a1c9dc5d5ec63b6fac
Subproject commit f79e3bdb39b4de3fca1dc973feb2fac9f3cb13bb

Loading…
Cancel
Save