From 88fc4129007be66e769864a97a4bef01c0bb534c Mon Sep 17 00:00:00 2001 From: WarmUpTill <19472752+WarmUpTill@users.noreply.github.com> Date: Sun, 2 Aug 2026 19:33:55 +0200 Subject: [PATCH] deps: Add whisper.cpp --- .gitmodules | 3 +++ deps/whisper.cpp | 1 + 2 files changed, 4 insertions(+) create mode 160000 deps/whisper.cpp diff --git a/.gitmodules b/.gitmodules index 07e46b1c..2780c89e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -37,3 +37,6 @@ [submodule "deps/opencv_contrib"] path = deps/opencv_contrib url = https://github.com/opencv/opencv_contrib.git +[submodule "deps/whisper.cpp"] + path = deps/whisper.cpp + url = https://github.com/ggml-org/whisper.cpp.git diff --git a/deps/whisper.cpp b/deps/whisper.cpp new file mode 160000 index 00000000..306c88f4 --- /dev/null +++ b/deps/whisper.cpp @@ -0,0 +1 @@ +Subproject commit 306c88f4d1286aec1bf96e544632897886af5501