whisper.cpp / examples

Commit History

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

whisper.swiftui : update README.md (#682)
7988939
unverified

Jonno commited on

talk-llama : add alpaca support (#668)
cd8791b
unverified

evanqjones commited on

talk-llama : add discussion link
7e82791
unverified

ggerganov commited on

talk-llama : try to fix windows build ..
b0b6987
unverified

ggerganov commited on

talk-llama : add new example + sync ggml from llama.cpp (#664)
a8c74e6
unverified

ggerganov commited on

Nodejs Addon blocking main thread. Implemented Napi::AsyncWorker (#642)
099bfe3
unverified

Lucas Zanek commited on

whisper.objc : add `-O3 -DNDEBUG` in release mode (#640)
a994b77
unverified

jhenjie commited on

main : provide option for creating JSON output (#615)
3381725
unverified

tuxpoldo ggerganov commited on

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

ggerganov commited on

whisper.android : support benchmark for Android example. (#542)
41e000d
unverified

takeshi-inoue tinoue ggerganov commited on

qual-bench.sh : add quality comparison tool, and update main.cpp to allow using a font file (#569)
adb49fb
unverified

venkr commited on

whisper.android : enable fp16 instrinsics (FP16_VA) which is supported by ARMv8.2 or later. (#572)
6958128
unverified

takeshi-inoue commited on

whisper : add whisper_state + default state on the whisper_context (#523)
fa946a3
unverified

sandrohanea Sandro Hanea ggerganov commited on

whisper : set no_context == true by default (#537)
d144017
unverified

ggerganov commited on

main : add csv header (#552)
f4877ed
unverified

HY. Kelvin Lee commited on

yt-wsp.sh : print help on empty args
1080ab7
unverified

ggerganov commited on

main : fix std in input (#503)
3b6ce25
unverified

conradgodfrey commited on

examples : refactor in order to reuse code and reduce duplication (#482)
acbd6f7
unverified

ggerganov commited on

yt-wsp.sh : add unique filename generation (#495)
1003226
unverified

genevera (she/her) genevera commited on

ci : add node addon test and optimize compilation configuration (#468)
398871a
unverified

Qianhe Chen ggerganov commited on

whisper : add "split_on_word" flag when using using "max_len" option (#455)
6b6bdd4
unverified

Matija Pevec commited on

whisper : reduce memory usage during inference (#431)
3aa9e6c
unverified

ggerganov commited on