-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
27 lines (27 loc) · 1.04 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Git submodule definition file
#
# Reference:
#
# * Git - gitmodules Documentation
# https://git-scm.com/docs/gitmodules
#
# 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
ignore = dirty
shallow = true
fetchRecurseSubmodules = false
[submodule "How to install whisper.cpp on Ubuntu"]
path = How to install whisper.cpp on Ubuntu
url = https://gitlab.com/brlin/whisper.cpp-ubuntu-installation-howto.git
ignore = dirty
[submodule "Unofficial snap packaging for whisper.cpp"]
path = Unofficial snap packaging for whisper.cpp
url = https://gitlab.com/brlin/whisper.cpp-snap.git
ignore = dirty
[submodule "media-to-whisper.cpp-subtitles"]
path = media-to-whisper.cpp-subtitles
url = https://gitlab.com/brlin/media-to-whisper.cpp-subtitles.git
ignore = dirty