-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
27 lines (27 loc) · 916 Bytes
/
.gitmodules
File metadata and controls
27 lines (27 loc) · 916 Bytes
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 "external/json"]
path = external/json
url = https://github.com/nlohmann/json.git
[submodule "external/googletest"]
path = external/googletest
url = https://github.com/google/googletest.git
[submodule "external/pybind11"]
path = external/pybind11
url = https://github.com/pybind/pybind11.git
[submodule "external/hnswlib"]
path = external/hnswlib
url = https://github.com/nmslib/hnswlib.git
[submodule "external/llama.cpp"]
path = external/llama.cpp
url = https://github.com/ggerganov/llama.cpp.git
[submodule "external/curl"]
path = external/curl
url = https://github.com/curl/curl.git
[submodule "external/sqlitecpp"]
path = external/sqlitecpp
url = https://github.com/SRombauts/SQLiteCpp.git
[submodule "external/podofo"]
path = external/podofo
url = https://github.com/podofo/podofo.git
[submodule "external/miniz"]
path = external/miniz
url = https://github.com/richgel999/miniz.git