diff --git a/.gitmodules b/.gitmodules index 9101b86d8f7..737b38e88e2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/tests/models b/tests/models new file mode 160000 index 00000000000..b4c6581ddf9 --- /dev/null +++ b/tests/models @@ -0,0 +1 @@ +Subproject commit b4c6581ddf9c1173f4dc6ddd0e5fd06d478615c2