refactor: use TabbyML/llama.cpp submodule
parent
3acd5d9bc4
commit
c8339a2912
|
|
@ -1,3 +1,6 @@
|
|||
[submodule "crates/ctranslate2-bindings/CTranslate2"]
|
||||
path = crates/ctranslate2-bindings/CTranslate2
|
||||
url = https://github.com/OpenNMT/CTranslate2.git
|
||||
[submodule "crates/llama-cpp-bindings/llama.cpp"]
|
||||
path = crates/llama-cpp-bindings/llama.cpp
|
||||
url = https://github.com/TabbyML/llama.cpp
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
Subproject commit bce1fef328941499dc0acb76cc7fd7ac90449c2f
|
||||
Loading…
Reference in New Issue