whisper.cpp / models

Commit History

vad : add initial Voice Activity Detection (VAD) support (#3065)
a28f35e
unverified

danbev ggerganov commited on

coreml : set convert_to="mlprogram" in convert
d41b883
unverified

danbev commited on

models : fix dead link to models in readme (#3006)
a6dda9d
unverified

facehugger11 commited on

rename : ggerganov -> ggml-org (#3005)
f816f88
unverified

ggerganov commited on

coreml: fix Whisper to CoreML conversion by disabling SDPA [no ci] (#2979)
bf862e4
unverified

danbev commited on

whisper : enhance model download scripts functionality and resolve compiler warning (#2925)
69f99f1
unverified

Peter commited on

whisper : update default model download directory behavior to use current working directory when script is in /bin/ directory (#2924)
78726ec
unverified

Peter commited on

readme : update Python version to 3.11 for Core ML support [no -ci] (#2919)
284138f
unverified

danbev commited on

convert : update convert-h5-to-ggml.py (#2840)
3d457ce
unverified

Anders Bjarby commited on

go : improve model download (#2756)
168712d
unverified

Ryan Johnson commited on

coreml : always convert to "neuralnetwork" (#2770)
e351248
unverified

mgrachten commited on

docs: Fix main -> whisper-cli in download scripts (#2707)
4abfe5a
unverified

Adam Jones commited on

models : fix typo in download-ggml-model.sh (#2623)
cabac42
unverified

mikey-rrr commited on

models : add `q8_0` models to `download-ggml-model.sh` (#2589)
7feeb43
unverified

mikey-rrr commited on

convert : handle max_target_positions (#2477)
c36e329
unverified

CrispStrobe commited on

whisper : add large-v3-turbo (#2440)
f3283ba
unverified

ggerganov commited on

models : add support for wget2 for fedora (#2387)
0653499
unverified

Brad Murray commited on

whisper : reorganize source code + improve CMake (#2256)
f75c2e3
unverified

ggerganov commited on

models : disable old script (#2079)
dfabe35
unverified

ggerganov commited on

openvino : fix convert-whisper-to-openvino.py (#1890)
dfd53cc
unverified

st-gr Stefan Grundmann commited on

models : add update py requirements
a60f965
unverified

ggerganov commited on

docs : make model options / model install methods clearer (#1806)
a2bec1d
unverified

mikey-rrr commited on

models : make all scripts to be POSIX Compliant (#1725)
f7aef3e
unverified

sonphantrung commited on

coreml : fix ANE optimized encoder (#1716)
a75904e
unverified

philloooo commited on

download : fix large q5 model name (#1695)
5df6c6c
unverified

DimoP commited on

docker : Dockerize whisper.cpp (#1674)
7163150
unverified

Chaoqun commited on

models : add info about distilled models
8c251e2
unverified

ggerganov commited on

whisper : make large version explicit + fix data size units (#1493)
03a3210
unverified

ggerganov commited on

openvino : update convert-whisper-to-openvino.py to support v3 (#1459)
b9f3d1b
unverified

bobqianic commited on

coreml : use the correct `n_mel` value (#1458)
0220892
unverified

mljxy commited on

whisper : add support for large v3 (#1444)
9908abb
unverified

ggerganov commited on

models : use absolute paths for the converted model (#1356)
6023f2d
unverified

bobqianic commited on

models : Faster download for models on windows using BitTransfer (#1404)
b1a3c5a
unverified

WhiteOlivierus commited on

models : add conversion scripts from HuggingFace models to CoreML (#1304)
756cd4b
unverified

AlienKevin commited on

models : add quantum models to download-ggml-model.sh (#1235)
b2abb1b
unverified

Neil Chudleigh commited on

whisper : add OpenVINO support (#1037)
49bcee6
unverified

Ryan Metcalfe ggerganov commited on

whisper : support speaker segmentation (local diarization) of mono audio via tinydiarize (#1058)
eedbf0c
unverified

Akash Mahajan ggerganov commited on

models : add ggml_to_pt script (#1042)
95e087e
unverified

Simon Moisselin simonn94 commited on

models : cd statements are quoted to allow spaces in path (#1041)
3063d29
unverified

Roddur Dasgupta commited on

models : handle paths with spaces in download script (close #1038)
097a82d
unverified

ggerganov commited on

py : make convert-pt-to-ggml.py backwards compatible with older vocab.json tokenizer files (#1001)
83e4988
unverified

akashmjn commited on

models : fix README.md (#964)
9cc4aaa
unverified

genevera (she/her) commited on

coreml : add support of large-v1 model (#926)
7935008
unverified

Ahmad Bilal commited on

readme : add instructions on converting to GGML + "--no-config" to wget (#874)
d94de9a
unverified

Clifford Heath commited on

minor : improve C++ and Python style (#768)
3ebe4d6
unverified

AsukaMinato commited on

whisper : add Core ML support (#566)
1fd4bde
unverified

ggerganov commited on

models : change convert-pt-to-ggml to use .tiktoken tokenizer files (#725)
a7879d3
unverified

Ivan Gorin commited on

models : handle spaces and special characters in shell script paths (#677)
b829a0a
unverified

be-next commited on

models : change default encoding to utf8 (#605)
2800fe4
unverified

Kamilake commited on

models : change HF hosting from dataset to model
92e3777
unverified

ggerganov commited on