forked from ggml-org/whisper.cpp
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathNOTICE
More file actions
73 lines (51 loc) · 1.8 KB
/
Copy pathNOTICE
File metadata and controls
73 lines (51 loc) · 1.8 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
parakeet.cpp
Copyright 2026 QVAC contributors
This product includes third-party components under their respective
licenses. parakeet.cpp itself is licensed under Apache-2.0; bundled
dependencies are governed by the licenses listed below. Python packages
listed under Python Dependencies are optional and apply only to scripts/
(conversion and offline reference tooling), not to C++ inference binaries.
=========================================================================
C++ Dependencies
=========================================================================
--- mit (MIT License) ---
ggml
https://github.com/ggml-org/ggml
--- dual-license (Unlicense or MIT-0; recipient may choose either; see file) ---
dr_wav (dr_libs)
src/dr_wav.h
https://github.com/mackron/dr_libs
miniaudio
examples/miniaudio.h
https://github.com/mackron/miniaudio
https://miniaud.io/
--- apache-2.0-with-llvm-exception ---
libc++ (LLVM C++ Standard Library), when linked (e.g. some Linux toolchains)
https://github.com/llvm/llvm-project
=========================================================================
Python Dependencies
=========================================================================
--- apache-2.0 (Apache License 2.0) ---
nemo_toolkit (NeMo)
https://github.com/NVIDIA/NeMo
sentencepiece
https://github.com/google/sentencepiece
--- bsd-2-clause ---
soundfile (PySoundFile)
https://python-soundfile.readthedocs.io/
--- bsd-3-clause ---
numpy
https://numpy.org/
torch (PyTorch)
https://pytorch.org/
--- isc ---
librosa
https://librosa.org/
--- lgpl-2.1-or-later ---
libsndfile (used via soundfile)
http://www.mega-nerd.com/libsndfile/
--- mit (MIT License) ---
gguf
https://pypi.org/project/gguf/
PyYAML
https://github.com/yaml/pyyaml