Commit History

readme : make the quick start instructions clearer. (#716)
d45012a
unverified

Sam commited on

make : disable avx in case f16c is not available (#706)
05bed31
unverified

duthils commited on

readme : add shell command example for --print-colors (#710)
c22b2eb
unverified

bocytko commited on

ggml : sync latest ggml
7b8292f
unverified

ggerganov commited on

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

ggerganov commited on

go : exposed various parts to the Go Interface (#697)
38f9f3b
unverified

intheblueyonder commited on

ggml : fix q4_1 dot product types (#759)
984a856
unverified

novag ggerganov commited on

ggml : sync latest changes from ggml and llama.cpp
3bd52ce
unverified

ggerganov commited on

ggml : fix WASM build
70332a0
unverified

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

ggml : backport llama.cpp updates (close #709)
bf6b4f8
unverified

ggerganov commited on

whisper : add progress callback (#600)
6ab2cc0
unverified

pajowu commited on

misc : typo (#688)
48af9eb
unverified

Zigger 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

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

be-next 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

make : 32-bit ARM flags (#486)
4fc344e
unverified

clach04 ggerganov commited on

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

Jonno commited on

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

evanqjones commited on

whisper : bump "large" scratch buffer even mode (close #671)
7e02444
unverified

ggerganov commited on

whisper : increase scratch buffers after recent change (#671)
1310f60
unverified

ggerganov commited on

talk-llama : add discussion link
7e82791
unverified

ggerganov commited on

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

ggerganov commited on

readme : add talk-llama example to the table
6a5f440
unverified

ggerganov commited on

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

ggerganov commited on

whisper : disable fallbacks until the performance is improved (#588)
83d8317
unverified

ggerganov commited on

cmake : add a flag to disable F16C (#628)
cac3f10
unverified

a5huynh commited on

Include link to R wrapper in README (#626)
4222214
unverified

jwijffels 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

fixed language auto-detection for state provided processing (#627)
826963f
unverified

sandrohanea Sandro Hanea commited on

readme : add react-native bindings (#619)
72b08c2
unverified

jhenjie commited on

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

tuxpoldo ggerganov commited on

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

Kamilake commited on

make : fix MUSL Linux build (#576)
51936e8
unverified

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

readme : add bench-wts.sh demo
dee26b8
unverified

ggerganov commited on

bench-wts.sh : rename script + add execute permission
f0a2b23
unverified

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

go : NewContext now returns a clean context (#537)
cd6d7f1
unverified

polarmoon Ming commited on

main : add csv header (#552)
f4877ed
unverified

HY. Kelvin Lee commited on

make : add -DNDEBUG compile flag
27ce621
unverified

ggerganov commited on