From 5da0b4616adbaad2cdacaebb962a829b906d8821 Mon Sep 17 00:00:00 2001 From: Rinne Date: Thu, 14 Mar 2024 23:27:38 +0800 Subject: [PATCH] build: add llama.cpp as submodule. --- .gitmodules | 3 +++ llama.cpp | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 llama.cpp diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..0477fdd5 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "llama.cpp"] + path = llama.cpp + url = https://github.com/ggerganov/llama.cpp.git diff --git a/llama.cpp b/llama.cpp new file mode 160000 index 00000000..3ab8b3a9 --- /dev/null +++ b/llama.cpp @@ -0,0 +1 @@ +Subproject commit 3ab8b3a92ede46df88bc5a2dfca3777de4a2b2b6