whisper.cpp / examples

Commit History

main : add <cstring> header
073aa7f
unverified

ggerganov commited on

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

Lucas Zanek 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

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

Jonno commited on

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

evanqjones commited on

talk-llama : add discussion link
7e82791
unverified

ggerganov commited on

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

ggerganov commited on

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

ggerganov 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

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

tuxpoldo 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

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

main : add csv header (#552)
f4877ed
unverified

HY. Kelvin Lee commited on

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

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

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

genevera (she/her) genevera commited on

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

Qianhe Chen ggerganov commited on

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

Matija Pevec commited on

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

ggerganov commited on

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

Qianhe Chen 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

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

erictendian commited on

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

ggerganov commited on

whisper.wasm : add labels for easier radio selection (#435)
25a3fad
unverified

Ondrej Kokes commited on

main : we had accidentally disabled the temperature fallback .. (#291)
0461c67
unverified

ggerganov commited on

whisper.wasm : add small and small.en models
28d29de
unverified

ggerganov commited on

main : add an option to accept optional output filenames (#424)
7936381
unverified

Chia-Hsiang Cheng garyhsiang commited on

stream : fix handling of --step == --length (#416)
284c9d9
unverified

ggerganov commited on

bench : fix Windows linkage by moving ggml benches in whisper lib ..
bef3486
unverified

ggerganov commited on

bench : add memcpy and ggml_mul_mat benchmarks
a660ed9
unverified

ggerganov commited on

whisper.android : add support for loading directly from asset in C (#415)
eb271b2
unverified

Digipom commited on

stream : fix --keep_context argument to be used correctly (#354)
7d451fb
unverified

ggerganov commited on

Update README.md
8c48a6f
unverified

ggerganov commited on

bench.wasm : print system info
65621fb
unverified

ggerganov commited on

Improve decoding (#291)
c46c0dc
unverified

ggerganov commited on

stream : fix a bug that inserted a lot of empty audio at the start
ca49ab0
unverified

ggerganov commited on

whisper : add loader class to allow loading from buffer and others (#353)
8060473
unverified

prsyahmi ggerganov commited on

ggml : improve vec_dot_f16 unrolling in flash_attn_f16
6e57274
unverified

ggerganov commited on

command : clean-up / refactoring / formatting (#383)
fdd70c9
unverified

ggerganov commited on

command : always-prompt mode (#383)
d11f3b5
unverified

dnhkng commited on

talk.wasm : bump memory usage + update whisper.js
ed67112
unverified

ggerganov commited on

command : add "guided-mode" video demo in the README.md
c9dec6f
unverified

ggerganov commited on