ColossalAI/.gitmodules
Frank Lee ca4ae52d6b
Set examples as submodule (#162)
* remove examples folder

* added examples as submodule

* update .gitmodules
2022-01-19 16:35:36 +08:00

9 lines
235 B
Plaintext

[submodule "benchmark"]
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