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