Commit History

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

Kamilake commited on

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

ggerganov HF Staff commited on

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

ggerganov HF Staff commited on

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

takeshi-inoue tinoue ggerganov HF Staff commited on

readme : add bench-wts.sh demo
dee26b8
unverified

ggerganov HF Staff commited on

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

ggerganov HF Staff 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 HF Staff commited on

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

ggerganov HF Staff 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 HF Staff commited on

release : v1.2.1
870c4e1
unverified

ggerganov HF Staff 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 HF Staff commited on

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

ggerganov HF Staff 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 HF Staff commited on

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

ggerganov HF Staff commited on

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

ggerganov HF Staff commited on

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

ggerganov HF Staff commited on

bindings : add Ruby (#500)
ad05850
unverified

Todd ggerganov HF Staff 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 HF Staff 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 HF Staff commited on

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

ggerganov HF Staff 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 HF Staff 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 HF Staff commited on

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

ggerganov HF Staff commited on

addon.node : using whisper as a Node.js addon (#443)
2439857
unverified

Qianhe Chen commited on

go : support "auto" as an option when set language (#462)
ccaa693
unverified

polarmoon Ming commited on

whisper : suppress task tokens (#442)
76cff15
unverified

ggerganov HF Staff commited on

wasm : fix typo in helper.js (#459)
9c21935
unverified

bhbs commited on

main : CSV format export trimmed spaces fix (#444)
2bea6b4
unverified

Alex Bacart commited on

go : add wrapper for system info (#456)
4a56623
unverified

Lukas Rist commited on

go : add WhisperLangAutoDetect method to go binding (#451)
d45536d
unverified

Robin commited on

livestream.sh : run main with model arg instead of default (#453)
91ae4b0
unverified

erictendian commited on

whisper : do not provide past prompt when n_max_text_ctx == 0
54e85c7
unverified

ggerganov HF Staff commited on

wasm : check if navigator.storage.estimate() is available
3564c33
unverified

ggerganov HF Staff commited on

go : added wrappers to reset and print timings (#436)
89e8314
unverified

Lukas Rist commited on