Spaces:
Running
Running
Commit History
make : fix MUSL Linux build (#576) 51936e8 unverified
models : change HF hosting from dataset to model 92e3777 unverified
whisper.android : support benchmark for Android example. (#542) 41e000d unverified
readme : add bench-wts.sh demo dee26b8 unverified
bench-wts.sh : rename script + add execute permission f0a2b23 unverified
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
whisper : add whisper_state + default state on the whisper_context (#523) fa946a3 unverified
whisper : set no_context == true by default (#537) d144017 unverified
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
release : v1.2.1 870c4e1 unverified
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
whisper : zero-initialize some more context variables 3e0974c unverified
whisper : fix uninitialized exp_n_audio_ctx 5a45f68
whisper : add API for applying custom logits filters during decoding d85b238 unverified
yt-wsp.sh : print help on empty args 1080ab7 unverified
whisper : by default disable non-speech tokens suppression (#473) b0c2b16 unverified
readme : add Ruby discussion + update .NET discussion 2deaecf unverified
bindings : add Ruby (#500) ad05850 unverified
main : fix std in input (#503) 3b6ce25 unverified
examples : refactor in order to reuse code and reduce duplication (#482) acbd6f7 unverified
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
readme : add .NET repo (#303) 5bd0060 unverified
cmake : install whisper.h header (#485) 610cdde unverified
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
whisper : add whisper_full_lang_id() for getting the context lang (#461) eb55c82 unverified
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
whisper : reduce memory usage during inference (#431) 3aa9e6c unverified
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
wasm : fix typo in helper.js (#459) 9c21935 unverified
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
whisper : do not provide past prompt when n_max_text_ctx == 0 54e85c7 unverified
wasm : check if navigator.storage.estimate() is available 3564c33 unverified
go : added wrappers to reset and print timings (#436) 89e8314 unverified
Lukas Rist commited on