-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
50 lines (43 loc) · 1.44 KB
/
Copy path.gitmodules
File metadata and controls
50 lines (43 loc) · 1.44 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[submodule "docker/tmp/openssl"]
path = docker/tmp/openssl
url = https://github.com/openssl/openssl.git
[submodule "llama.cpp"]
path = llama.cpp
url = https://github.com/ggerganov/llama.cpp.git
[submodule "vcpkg"]
path = vcpkg
url = https://github.com/microsoft/vcpkg.git
branch = master
[submodule "whisper.cpp"]
path = whisper.cpp
url = https://github.com/ggerganov/whisper.cpp.git
[submodule "stable-diffusion.cpp"]
path = stable-diffusion.cpp
url = https://github.com/leejet/stable-diffusion.cpp.git
[submodule "ffmpeg"]
path = ffmpeg
url = https://github.com/FFmpeg/FFmpeg.git
[submodule "external/GIUF"]
path = external/GIUF
url = https://github.com/makr-code/GIUF.git
[submodule "tools/semgrep"]
path = tools/semgrep
url = https://github.com/semgrep/semgrep.git
shallow = true
[submodule "tools/codeql"]
path = tools/codeql
url = https://github.com/github/codeql-cli-binaries.git
shallow = true
[submodule "plugins/themisdb_geo"]
path = plugins/themisdb_geo
url = https://github.com/makr-code/themisdb_geo.git
branch = develop
commit = f81e665630de4b67779801a332670342e534c9c9
[submodule "plugins/themisdb_timeseries"]
path = plugins/themisdb_timeseries
url = https://github.com/makr-code/themisdb_timeseries.git
branch = develop
commit = 48c381e12576363a45a81bc116abd5ce4c621577
[submodule "projects/Themis.AdminTools.Shared"]
path = projects/Themis.AdminTools.Shared
url = https://github.com/makr-code/themisdb_admin_tools.git