forked from flexflow/flexflow-train
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
27 lines (27 loc) · 845 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
[submodule "deps/legion"]
path = deps/legion
url = https://gitlab.com/StanfordLegion/legion.git
[submodule "deps/nccl"]
path = deps/nccl
url = https://github.com/NVIDIA/nccl.git
[submodule "deps/json"]
path = deps/json
url = https://github.com/nlohmann/json.git
[submodule "deps/spdlog"]
path = deps/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "deps/rapidcheck"]
path = deps/rapidcheck
url = https://github.com/emil-e/rapidcheck.git
[submodule "deps/doctest"]
path = deps/doctest
url = https://github.com/doctest/doctest.git
[submodule "deps/visit_struct"]
path = deps/visit_struct
url = https://github.com/cbeck88/visit_struct.git
[submodule "deps/expected"]
path = deps/expected
url = https://github.com/TartanLlama/expected.git
[submodule "deps/fmt"]
path = deps/fmt
url = https://github.com/fmtlib/fmt.git