Skip to content

Commit

Permalink
chore: 新增上游專案子模組
Browse files Browse the repository at this point in the history
Signed-off-by: 林博仁(Buo-ren, Lin) <[email protected]>
  • Loading branch information
brlin-tw committed Jun 24, 2024
1 parent f4b7117 commit 63a1973
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@
#
# Copyright 2021 林博仁(Buo-ren, Lin) <[email protected]>
# 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
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@
<https://gitlab.com/libre-knowledge/whisper.cpp>
[![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)

<!--
## 基本概念
## 解決方案

以下列舉本主題相關的基本概念說明資源
以下列舉本主題相關的解決方案

(待補)
* [ggerganov/whisper.cpp: Port of OpenAI's Whisper model in C/C++](https://github.com/ggerganov/whisper.cpp)
上游專案

## 解決方案
<!--
## 基本概念
以下列舉本主題相關的解決方案
以下列舉本主題相關的基本概念說明資源
(待補)
Expand Down
1 change: 1 addition & 0 deletions whisper.cpp: Port of OpenAI's Whisper model in C/C++
Submodule C++ added at bf4cb4

0 comments on commit 63a1973

Please sign in to comment.