-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitmodules
28 lines (28 loc) · 905 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[submodule "models/fairscale"]
path = models/fairscale
url = [email protected]:facebookresearch/fairscale.git
branch = main
[submodule "modules/stable-baselines3"]
path = modules/stable-baselines3
url = [email protected]:deepshare23/stable-baselines3.git
branch = main
[submodule "DLRM"]
path = models/DLRM
url = [email protected]:facebookresearch/dlrm.git
branch = main
[submodule "transformer-xl"]
path = models/transformer-xl
url = [email protected]:deepshare23/Transformer-XL.git
branch = main
[submodule "DeepSpeedPipelineParallel"]
path = models/DeepSpeedPipelineParallel
url = [email protected]:deepshare23/DeepSpeed-PipelineParallel.git
branch = main
[submodule "fairscale"]
path = models/fairscale
url = [email protected]:facebookresearch/fairscale.git
branch = main
[submodule "stable-baselines3"]
path = stable-baselines3
url = [email protected]:deepshare23/stable-baselines3.git
branch = main