blob: b07c6764e5ed81722ee28bb913a82e278474caa2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# The three engines, pinned to the commit the system was measured against.
#
# «ignore = dirty» is on purpose: scripts/bootstrap.sh applies the patch from
# vendor/patches/ on each of them, so their working tree is always modified.
# The changes are versioned there, not as submodule commits.
[submodule "canary-rs"]
path = vendor/canary-rs
url = https://github.com/mmende/canary-rs.git
ignore = dirty
[submodule "qwentts.cpp"]
path = vendor/qwentts.cpp
url = https://github.com/ServeurpersoCom/qwentts.cpp.git
ignore = dirty
[submodule "llama.cpp"]
path = vendor/llama.cpp
url = https://github.com/ggml-org/llama.cpp.git
ignore = dirty
|