Commit History

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

release : v1.2.1
870c4e1
unverified

ggerganov commited on

make : add "-mcpu=native" when building for aarch64 (#532)
3f06aea
unverified

FlippFuzz commited on

readme : add pybind11 bindings (#538)
a23e0a1
unverified

Aaron Pham commited on

readme : add cython bindings (#9)
202cd2e
unverified

ggerganov commited on

whisper : zero-initialize some more context variables
3e0974c
unverified

ggerganov commited on

whisper : fix uninitialized exp_n_audio_ctx
5a45f68

finnvoorhees commited on

whisper : add API for applying custom logits filters during decoding
d85b238
unverified

ggerganov commited on

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

ggerganov commited on

whisper : by default disable non-speech tokens suppression (#473)
b0c2b16
unverified

ggerganov commited on

readme : add Ruby discussion + update .NET discussion
2deaecf
unverified

ggerganov commited on

bindings : add Ruby (#500)
ad05850
unverified

Todd 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

whisper : fix signedness compiler warning (#506)
560e81f
unverified

shikokuchuo commited on

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

genevera (she/her) genevera commited on

readme : add another .NET repo (#303)
7391d4d
unverified

ggerganov commited on

readme : add .NET repo (#303)
5bd0060
unverified

ggerganov commited on

cmake : install whisper.h header (#485)
610cdde
unverified

aviks commited on

whisper : suppress non-speech-related token outputs (#473)
a325deb
unverified

shibukazu commited on

whisper : fixed Beam Search Strategy and exposed whisper_pcm_to_mel_phase_vocoder (#474)
661a3a2
unverified

sandrohanea Sandro Hanea commited on

whisper : only trim if split_on_word is true (#476)
1813d16
unverified

boolemancer commited on

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

Qianhe Chen ggerganov commited on

whisper : add whisper_full_lang_id() for getting the context lang (#461)
eb55c82
unverified

kamranjon commited on

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

Matija Pevec commited on

release : v1.2.0
07e1dc7
unverified

ggerganov commited on

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

ggerganov commited on