ggml : add abort_callback for cpu backend (ggml/725) a8ea91b unverified Michael Podvitskiy commited on Feb 9, 2024
whisper : expose CUDA device setting in public API (#1840) d13ee66 unverified Didzis Gosko commited on Feb 9, 2024
whisper : add whisper_lang_str_full (#1546) 904280f unverified bradmit ggerganov commited on Nov 24, 2023
whisper : add grammar-based sampling (#1229) 46f0c56 unverified evanqjones ggerganov commited on Nov 13, 2023
whisper : add full CUDA and Metal offloading (#1472) da4acca unverified ggerganov commited on Nov 12, 2023
whisper : add context param to disable gpu (#1293) 290abed unverified jhenhong ggerganov commited on Nov 6, 2023
whisper : add missing speaker turn API function for whisper_state (#1330) 00ca046 unverified Didzis Gosko commited on Oct 3, 2023
whisper : significantly improve the inference quality (#1148) 7b59286 unverified bobqianic ggerganov commited on Aug 27, 2023
whisper : fix visibility warning of struct whisper_full_params by declaring in advance (#1124) 5574a4a unverified yangthecoder commited on Jul 25, 2023
whisper : expose API to let user control log output (#1060) fc5e318 unverified evmar ggerganov commited on Jul 25, 2023
whisper : add OpenVINO support (#1037) 49bcee6 unverified Ryan Metcalfe ggerganov commited on Jul 4, 2023
whisper : support speaker segmentation (local diarization) of mono audio via tinydiarize (#1058) eedbf0c unverified Akash Mahajan ggerganov commited on Jul 4, 2023
whisper : add integer quantization support (#540) a5f8f3c unverified ggerganov commited on Apr 30, 2023
main : provide option for creating JSON output (#615) 3381725 unverified tuxpoldo ggerganov commited on Mar 22, 2023
whisper.android : support benchmark for Android example. (#542) 41e000d unverified takeshi-inoue tinoue ggerganov commited on Mar 7, 2023
whisper : add whisper_state + default state on the whisper_context (#523) fa946a3 unverified sandrohanea Sandro Hanea ggerganov commited on Mar 5, 2023
whisper : add API for applying custom logits filters during decoding d85b238 unverified ggerganov commited on Feb 19, 2023
whisper : suppress non-speech-related token outputs (#473) a325deb unverified shibukazu commited on Feb 8, 2023
whisper : fixed Beam Search Strategy and exposed whisper_pcm_to_mel_phase_vocoder (#474) 661a3a2 unverified sandrohanea Sandro Hanea commited on Feb 8, 2023
whisper : add whisper_full_lang_id() for getting the context lang (#461) eb55c82 unverified kamranjon commited on Feb 5, 2023
whisper : add "split_on_word" flag when using using "max_len" option (#455) 6b6bdd4 unverified Matija Pevec commited on Feb 5, 2023
bench : fix Windows linkage by moving ggml benches in whisper lib .. bef3486 unverified ggerganov commited on Jan 18, 2023
stream : fix --keep_context argument to be used correctly (#354) 7d451fb unverified ggerganov commited on Jan 16, 2023
ggml : remove obsolete zeroing + comment fixes (#390) 9c35c0d unverified 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 : define MIN / MAX only if not defined (minor) 2117da6 unverified ggerganov commited on Jan 5, 2023
whisper : add whisper_n_audio_ctx and check for invalid audio_ctx 821a538 unverified ggerganov commited on Dec 31, 2022
minor : resolves some of warnings when compiling with clang/clang++ (#294) 061b71e unverified Matheus de Sousa ggerganov commited on Dec 19, 2022
Try to improve the token sampling strategy (#193) 8311a60 unverified ggerganov commited on Dec 2, 2022
whisper : add mechanism for aborting the whisper_full() computation d311de4 ggerganov commited on Nov 27, 2022
whisper.wasm : do not block page while processing (close #86) d0b1d9e unverified ggerganov commited on Nov 25, 2022
stream : "-kc" now enables context keeping from previous segment (#90) 28726dd unverified ggerganov commited on Nov 22, 2022