# 递归clone整个项目
git clone [email protected]:SheepHuan/Go-DL-Benchmark.git --recursive
# 将远程项目https://github.com/SheepHuan/ModelProfileTool.git 克隆到本地tools文件夹。
git submodule add https://github.com/SheepHuan/ModelProfileTool.git tools/ModelProfileTool
git submodule add [email protected]:SheepHuan/ModelProfileTool.git tools/ModelProfileTool
# 更新子模块
git submodule update --remote