diff --git a/.gitmodules b/.gitmodules index 9ea7f86..0efdc0a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,8 @@ # # 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++ + url = https://github.com/ggerganov/whisper.cpp.git + shallow = true + fetchRecurseSubmodules = false diff --git a/README.md b/README.md index ccf044e..15d4c03 100644 --- a/README.md +++ b/README.md @@ -5,16 +5,17 @@ [![GitLab CI 持續整合流程狀態標章](https://gitlab.com/libre-knowledge/whisper.cpp/badges/main/pipeline.svg?ignore_skipped=true "點擊查看 GitLab CI 持續整合流程的運行狀態")](https://gitlab.com/libre-knowledge/whisper.cpp/-/commits/main) [![「檢查專案中的潛在問題」GitHub Actions 作業流程狀態標章](https://github.com/libre-knowledge/whisper.cpp/actions/workflows/check-potential-problems.yml/badge.svg "本專案使用 GitHub Actions 自動化檢查專案中的潛在問題")](https://github.com/libre-knowledge/whisper.cpp/actions/workflows/check-potential-problems.yml) [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white "本專案使用 pre-commit 檢查專案中的潛在問題")](https://github.com/pre-commit/pre-commit) [![REUSE 規範遵從狀態標章](https://api.reuse.software/badge/gitlab.com/libre-knowledge/whisper.cpp "本專案遵從 REUSE 規範降低軟體授權合規成本")](https://api.reuse.software/info/gitlab.com/libre-knowledge/whisper.cpp) -