go : add WhisperLangAutoDetect method to go binding (#451) d45536d unverified Robin commited on Jan 26, 2023
livestream.sh : run main with model arg instead of default (#453) 91ae4b0 unverified erictendian commited on Jan 26, 2023
whisper : do not provide past prompt when n_max_text_ctx == 0 54e85c7 unverified ggerganov commited on Jan 25, 2023
wasm : check if navigator.storage.estimate() is available 3564c33 unverified ggerganov commited on Jan 25, 2023
go : added wrappers to reset and print timings (#436) 89e8314 unverified Lukas Rist commited on Jan 25, 2023
ci : run workflows on pull requests + bindings depend on .h (#446) 4f14c97 unverified ggerganov commited on Jan 25, 2023
whisper.wasm : add labels for easier radio selection (#435) 25a3fad unverified Ondrej Kokes commited on Jan 23, 2023
whisper : condition timestamps to be monotonically increasing (#425) c74acbe unverified ggerganov commited on Jan 23, 2023
whisper : fix condition for providing past prompt (critical) 82dae25 unverified ggerganov commited on Jan 22, 2023
whisper : extend information in whisper_print_timings() 7e75e6d unverified ggerganov commited on Jan 19, 2023
whisper : perform entropy check only when we have at least 32 tokens (#412) 1391b88 unverified ggerganov commited on Jan 18, 2023
main : we had accidentally disabled the temperature fallback .. (#291) 0461c67 unverified ggerganov commited on Jan 18, 2023
main : add an option to accept optional output filenames (#424) 7936381 unverified Chia-Hsiang Cheng garyhsiang commited on Jan 18, 2023
stream : fix handling of --step == --length (#416) 284c9d9 unverified ggerganov commited on Jan 18, 2023
bench : fix Windows linkage by moving ggml benches in whisper lib .. bef3486 unverified ggerganov commited on Jan 18, 2023
whisper.android : add support for loading directly from asset in C (#415) eb271b2 unverified Digipom commited on Jan 16, 2023
whisper : fix possible uninitialized variables (#291) f31830b unverified ggerganov commited on Jan 16, 2023
stream : fix --keep_context argument to be used correctly (#354) 7d451fb unverified ggerganov commited on Jan 16, 2023
go : remove sample_best and sample_timestamp bindings (#409) 996990d unverified trojan295 commited on Jan 16, 2023
whisper : account speed_up flag for short audio (close #405) 48d531b unverified ggerganov commited on Jan 15, 2023
stream : fix a bug that inserted a lot of empty audio at the start ca49ab0 unverified ggerganov commited on Jan 14, 2023
ggml : remove obsolete zeroing + comment fixes (#390) 9c35c0d unverified ggerganov commited on Jan 8, 2023
ggml : correct behaviour of ggml_vec_sum_f32 (#390) ffffc6e unverified Abitofevrything commited on Jan 8, 2023
whisper : fix sample_to_timestamp calculation with 64 bit precision to avoid overflow (#388) 9c311e8 unverified boolemancer ggerganov commited on Jan 8, 2023
whisper : add loader class to allow loading from buffer and others (#353) 8060473 unverified prsyahmi ggerganov commited on Jan 8, 2023
ggml : improve vec_dot_f16 unrolling in flash_attn_f16 6e57274 unverified ggerganov commited on Jan 8, 2023
command : clean-up / refactoring / formatting (#383) fdd70c9 unverified ggerganov commited on Jan 7, 2023
go : adding features to the go-whisper example, go ci, etc (#384) 728fcbe unverified djthorpe commited on Jan 7, 2023
cmake : add -Wno-unused-function + update whisper.js a9aee6f unverified ggerganov commited on Jan 7, 2023
ggml : fix running tasks with variable number of threads 2078d85 unverified ggerganov commited on Jan 7, 2023
ggml : unroll ggml_vec_dot_f16 in ggml_compute_forward_flash_attn_f16 f07fecd unverified ggerganov commited on Jan 7, 2023
ggml : speed-up soft max via Accelerate + unroll fdaf59a unverified ggerganov commited on Jan 7, 2023