From 1ac92eae7ce056e6aecf4da790a574e0f735366e Mon Sep 17 00:00:00 2001 From: Roy Han Date: Wed, 31 Jul 2024 16:23:17 -0700 Subject: [PATCH] submodule --- .gitmodules | 5 ++++- llm/whisper.cpp | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 llm/whisper.cpp diff --git a/.gitmodules b/.gitmodules index b92f645d..098c84b2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,7 @@ [submodule "llama.cpp"] path = llm/llama.cpp url = https://github.com/ggerganov/llama.cpp.git - shallow = true \ No newline at end of file + shallow = true +[submodule "llm/whisper.cpp"] + path = llm/whisper.cpp + url = git@github.com:ggerganov/whisper.cpp.git diff --git a/llm/whisper.cpp b/llm/whisper.cpp new file mode 160000 index 00000000..6739eb83 --- /dev/null +++ b/llm/whisper.cpp @@ -0,0 +1 @@ +Subproject commit 6739eb83c3ca5cf40d24c6fe8442a761a1eb6248