Commit History

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

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 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 commited on

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

ggerganov commited on

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

Lukas Rist commited on

ci : run workflows on pull requests + bindings depend on .h (#446)
4f14c97
unverified

ggerganov commited on

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

Ondrej Kokes commited on

whisper : condition timestamps to be monotonically increasing (#425)
c74acbe
unverified

ggerganov commited on

whisper : PPC64 big-endian support (#398)
239569b
unverified

fitzsim commited on

release : v1.1.1
cbcc851
unverified

ggerganov commited on

.gitignore : add arm_neon.h
b54eeee
unverified

ggerganov commited on

whisper : fix condition for providing past prompt (critical)
82dae25
unverified

ggerganov commited on

whisper : extend information in whisper_print_timings()
7e75e6d
unverified

ggerganov commited on

whisper : perform entropy check only when we have at least 32 tokens (#412)
1391b88
unverified

ggerganov 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

bench : minor fixes
0d5a5d8
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

whisper : fix possible uninitialized variables (#291)
f31830b
unverified

ggerganov commited on

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

ggerganov commited on

go : remove sample_best and sample_timestamp bindings (#409)
996990d
unverified

trojan295 commited on

Update README.md
9f91b63
unverified

ggerganov commited on

cmake : bump version to 1.1.0
edc127c
unverified

ggerganov commited on

Update README.md
8c48a6f
unverified

ggerganov commited on

whisper : account speed_up flag for short audio (close #405)
48d531b
unverified

ggerganov commited on

Update README.md
c39ebff
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

ggml : remove obsolete zeroing + comment fixes (#390)
9c35c0d
unverified

ggerganov commited on

readme : clarify main and stream usage (#391)
7d148db
unverified

Ian Bicking commited on

ggml : correct behaviour of ggml_vec_sum_f32 (#390)
ffffc6e
unverified

Abitofevrything commited on

whisper : fix sample_to_timestamp calculation with 64 bit precision to avoid overflow (#388)
9c311e8
unverified

boolemancer ggerganov commited on