whisper.cpp / examples /addon.node

Commit History

node : add max_len params in node addon (#2760)
91b432f
unverified

billyct commited on

whisper : remove `speed_up` and `phase_vocoder*` functions (#2198)
7ef0c95
unverified

stanimirovb commited on

node : add flash_attn param (#2170)
b4d05df
unverified

pprobst commited on

node : add audio_ctx and audio buffer params (#2123)
9b4d9d5
unverified

pprobst ggerganov commited on

node : add additional params (#2000)
933eb40
unverified

valVk commited on

examples : fix node compilation (#2115)
071e466
unverified

pprobst commited on

node : support no timestamps (#2048)
d35f8ae
unverified

pprobst commited on

examples : clean up common code (#1871)
da3cdf4
unverified

felrock commited on

examples : initialize context params properly (#1852)
3443ee7
unverified

ggerganov commited on

whisper : add context param to disable gpu (#1293)
290abed
unverified

jhenhong ggerganov commited on

whisper : add integer quantization support (#540)
a5f8f3c
unverified

ggerganov commited on

whisper.addon : fixed test to new async implementation (#686)
1da4beb
unverified

Lucas Zanek commited on

whisper : add initial_prompt param (#645)
81dab6f
unverified

jhenhong commited on

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

Lucas Zanek commited on

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

sandrohanea Sandro Hanea ggerganov commited on

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

ggerganov commited on

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

Qianhe Chen ggerganov commited on

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

Qianhe Chen commited on