whisper.cpp / models /download-ggml-model.sh

Commit History

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

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

DimoP commited on

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

Chaoqun commited on

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

ggerganov commited on

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

ggerganov commited on

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

Neil Chudleigh commited on

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

Akash Mahajan ggerganov commited on

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

ggerganov commited on

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

Clifford Heath commited on

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

be-next commited on

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

ggerganov commited on

models : fix support for spaces in path (close #315)
f39e0be
unverified

ggerganov commited on

models : add the new "large" model release by OpenAI
793fa90
unverified

ggerganov commited on

Update download-ggml-model.sh
23d667f

Dody Suria Wijaya commited on

models : change default hosting to Hugging Face
7cf1c53
unverified

ggerganov commited on

Changes to work by default on macOS - use curl when wget is not available, and use an alternative method to get the script path when realpath is not available.
7b2581f

andypayne commited on

refactoring : move main + stream in examples + other stuff
f79068a

ggerganov commited on