From 63a19735c76f86297a8b2b4ec2b99f39afaaf445 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81=28Buo-ren=2C=20Lin=29?= Date: Mon, 24 Jun 2024 19:49:22 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=96=B0=E5=A2=9E=E4=B8=8A=E6=B8=B8?= =?UTF-8?q?=E5=B0=88=E6=A1=88=E5=AD=90=E6=A8=A1=E7=B5=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 林博仁(Buo-ren, Lin) --- .gitmodules | 5 +++++ README.md | 13 +++++++------ .../C++ | 1 + 3 files changed, 13 insertions(+), 6 deletions(-) create mode 160000 whisper.cpp: Port of OpenAI's Whisper model in C/C++ 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) -