diff --git a/.gitmodules b/.gitmodules index 0efdc0a..fb24641 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,7 +8,7 @@ # Copyright 2021 ๆž—ๅšไป(Buo-ren, Lin) # SPDX-License-Identifier: CC-BY-SA-4.0 OR LicenseRef-Apache-2.0-If-Not-Used-In-Template-Projects [submodule "whisper.cpp: Port of OpenAI's Whisper model in C/C++"] - path = whisper.cpp: Port of OpenAI's Whisper model in C/C++ + path = whisper.cpp: Port of OpenAI's Whisper model in C, C++ url = https://github.com/ggerganov/whisper.cpp.git shallow = true fetchRecurseSubmodules = false diff --git a/whisper.cpp: Port of OpenAI's Whisper model in C/C++ b/whisper.cpp: Port of OpenAI's Whisper model in C, C++ similarity index 100% rename from whisper.cpp: Port of OpenAI's Whisper model in C/C++ rename to whisper.cpp: Port of OpenAI's Whisper model in C, C++