whisper.cpp / examples

Commit History

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

talk-llama : fix new rope interface
982cdf8
unverified

ggerganov commited on

Revert "ggml : do not use _GNU_SOURCE gratuitously (#1027)"
1e5ddb0
unverified

ggerganov commited on

ggml : sync latest repo (mostly refactoring changes)
d97fd69
unverified

ggerganov commited on

talk-llama : fix build on macOS (#1062)
15d6fd8
unverified

Przemysław Pawełczyk commited on

ggml : do not use _GNU_SOURCE gratuitously (#1027)
3a69cdf
unverified

Przemysław Pawełczyk commited on

talk-llama : fix build after ggml sync (#1049)
4dcdfda
unverified

Przemysław Pawełczyk commited on

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

Roddur Dasgupta commited on

main : add diarization support for all current output types (#1031)
16846f8
unverified

Colin ggerganov commited on

ggml : sync latest ggml lib
a100c9a
unverified

ggerganov commited on

main : gracefully exit when invalid params are passed (#1002)
951f044
unverified

faker2048 commited on

`speak` scripts for Windows
2fdd855

nalbion commited on

whisper.android : support decode wav file has 2 channels (#972)
1771dce
unverified

geniusnut commited on

examples : update elevenlabs scripts to use official python API (#837)
ed6d1a3
unverified

DGdev91 commited on

talk-llama : sync latest llama.cpp (close #922, close #954)
ad4065a
unverified

ggerganov commited on

ggml : sync latest ggml repo
6ee8740
unverified

ggerganov commited on

talk-llama : fix build + sync latest llama.cpp
ef85c02
unverified

ggerganov commited on

ggml : sync latest ggml
803e1be
unverified

ggerganov commited on

main : fix help for --no-timestamps arg (#908)
4ceb1ab
unverified

Rich Jones commited on

whisper.objc : enable Core ML in example & fix segmentation fault (#910)
b60f765
unverified

jhenhong ggerganov commited on

talk-llama : only copy used KV cache in get / set state (#890)
773c85f
unverified

Luis Herrera evanqjones commited on

talk-llama : fix session prompt load (#854)
6eca3b7
unverified

Luis Herrera commited on

whisper : add detect-language mode (#853)
1251039
unverified

CRD716 commited on

talk-llama : add --session support (#845)
a7b3aa5
unverified

Luis Herrera commited on

whisper : add memory sizes for Q8_0 (close #846)
648dff8
unverified

ggerganov commited on

whisper.wasm : fix typo in readme (#832)
1f461ff
unverified

baffinlee commited on

whisper : fix quantize bug (#842)
6f45862
unverified

ggerganov commited on

examples : fix + refactor Levenshtein distance
97f9410
unverified

ggerganov commited on

whisper : add integer quantization support (#540)
a5f8f3c
unverified

ggerganov commited on

whisper : add GPU support via cuBLAS (#834)
d91d7d9
unverified

ggerganov commited on

whisper.android : add some tips (#816)
dd2c035
unverified

Zollner commited on

main : escape quotes in csv output (#815)
69030fd
unverified

Laytan Laats commited on

stream : flush upon finishing inference (#811)
70c8984
unverified

Taras Glek commited on

examples : add missing #include <cstdint> (#798)
f19517c
unverified

Philipp Zabel commited on

main : update escape_double_quotes() function (#776)
3165de3
unverified

Tauseef Mohiuddin commited on

whisper : restore decoder temperature fallbacks
e02ade6
unverified

ggerganov commited on

whisper : fix potential memory leaks (#740)
b96f12e
unverified

Bader-eddine Ouaich commited on

stream : support language auto-detect (#501)
123e4f2
unverified

Ali Alameh commited on

talk, talk-llama : add basic example script for eleven-labs tts (#728)
5039d82
unverified

DGdev91 commited on

talk-llama : correct default speak.sh path (#720)
d01a1c6
unverified

Maciek commited on

main : add lrc output support (#718)
209b00a
unverified

LittleLoli commited on

whisper : fix bug in prompt processing (close #705)
d4425e8

ggerganov commited on

talk-llama : increase context to 2048
adc4282
unverified

ggerganov commited on

talk-llama : update to latest llama.cpp (improved performance)
ab6eb47
unverified

ggerganov commited on

talk-llama : fixing usage message for talk-llama (#687)
2c3a469
unverified

InconsolableCellist commited on

main : add <cstring> header
073aa7f
unverified

ggerganov commited on

whisper.addon : fixed test to new async implementation (#686)
1da4beb
unverified

Lucas Zanek commited on

main : fix typo in JSON output (#648)
c6adc54
unverified

egorFiNE commited on

whisper : add initial_prompt param (#645)
81dab6f
unverified

jhenhong commited on