From: Mathieu Baudier Date: Tue, 21 Jan 2025 07:50:23 +0000 (+0100) Subject: Add llama.cpp layer as submodule X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=4f079c0dddaa80f8a0166b9626df58307b01560c;p=pkg%2Fggml Add llama.cpp layer as submodule --- diff --git a/.gitmodules b/.gitmodules index e513866..e71a2e7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "sources/ggml"] path = sources/ggml url = ./sources/ggml +[submodule "sources/llama.cpp"] + path = sources/llama.cpp + url = ./sources/llama.cpp diff --git a/sources/llama.cpp b/sources/llama.cpp new file mode 160000 index 0000000..1d85043 --- /dev/null +++ b/sources/llama.cpp @@ -0,0 +1 @@ +Subproject commit 1d8504338ea27c7331998c11afdbd47ce5a9daac