-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
34 lines (29 loc) · 911 Bytes
/
Copy path.gitmodules
File metadata and controls
34 lines (29 loc) · 911 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
28
29
30
31
32
33
34
[submodule "docker/tmp/openssl"]
path = docker/tmp/openssl
url = https://github.com/openssl/openssl.git
[submodule "vcpkg"]
path = vcpkg
url = https://github.com/microsoft/vcpkg.git
[submodule "llama.cpp"]
path = llama.cpp
url = https://github.com/ggerganov/llama.cpp.git
[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