Browse Source

add models as submodule in tests

tags/v1.5.0-rc1
chenhaozhe 4 years ago
parent
commit
97629be53d
2 changed files with 4 additions and 0 deletions
  1. +3
    -0
      .gitmodules
  2. +1
    -0
      tests/models

+ 3
- 0
.gitmodules View File

@@ -4,3 +4,6 @@
[submodule "graphengine"]
path = graphengine
url = https://gitee.com/mindspore/graphengine.git
[submodule "tests/models"]
path = tests/models
url = https://gitee.com/mindspore/models.git

+ 1
- 0
tests/models

@@ -0,0 +1 @@
Subproject commit b4c6581ddf9c1173f4dc6ddd0e5fd06d478615c2

Loading…
Cancel
Save