Set examples as submodule (#162)

* remove examples folder

* added examples as submodule

* update .gitmodules
This commit is contained in:
Frank Lee
2022-01-19 16:35:36 +08:00
committed by GitHub
parent 17ce8569a8
commit ca4ae52d6b
39 changed files with 5 additions and 1729 deletions

4
.gitmodules vendored
View File

@@ -2,3 +2,7 @@
path = benchmark
url = https://github.com/hpcaitech/ColossalAI-Benchmark.git
branch = main
[submodule "examples"]
path = examples
url = https://github.com/FrankLeeeee/ColossalAI-Examples.git
branch = main