readme : add Fedora dependencies (#1970) afc6b1a unverified Mohammadreza Hendiani commited on Mar 20, 2024
examples : initialize context params properly (#1852) 3443ee7 unverified ggerganov commited on Feb 11, 2024
docs : make model options / model install methods clearer (#1806) a2bec1d unverified mikey-rrr commited on Jan 26, 2024
whisper : add context param to disable gpu (#1293) 290abed unverified jhenhong ggerganov commited on Nov 6, 2023
README : Update README in stream to clarify where to compile from (Issue #1400) 51306fa unverified ai-at-home AI @ Home bobqianic commited on Oct 29, 2023
examples : move wav_writer from stream.cpp to common.h (#1317) 6c20dfb unverified bobqianic commited on Oct 3, 2023
Examples: Add save audio to file option in stream.cpp (#1310) 30cdb60 unverified litong bobqianic commited on Sep 22, 2023
build : do not use _GNU_SOURCE gratuitously (#1129) beefa34 unverified Przemysław Pawełczyk commited on Sep 7, 2023
examples : add tinydiarization support for streaming (#1137) 61d4989 unverified duncanm5 commited on Aug 3, 2023
Revert "ggml : do not use _GNU_SOURCE gratuitously (#1027)" 1e5ddb0 unverified ggerganov commited on Jul 2, 2023
ggml : do not use _GNU_SOURCE gratuitously (#1027) 3a69cdf unverified Przemysław Pawełczyk commited on Jun 25, 2023
stream : flush upon finishing inference (#811) 70c8984 unverified Taras Glek commited on Apr 23, 2023
whisper : restore decoder temperature fallbacks e02ade6 unverified ggerganov commited on Apr 15, 2023
whisper : set no_context == true by default (#537) d144017 unverified ggerganov commited on Mar 5, 2023
examples : refactor in order to reuse code and reduce duplication (#482) acbd6f7 unverified ggerganov commited on Feb 15, 2023
stream : fix handling of --step == --length (#416) 284c9d9 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
stream : fix a bug that inserted a lot of empty audio at the start ca49ab0 unverified ggerganov commited on Jan 14, 2023
whisper : add loader class to allow loading from buffer and others (#353) 8060473 unverified prsyahmi ggerganov commited on Jan 8, 2023
stream : fix data race on bool + avoid division-by-zero 3753d20 unverified ggerganov commited on Jan 2, 2023
cmake : enable and fix -Wall -Wextra -Wpedantic C++ warnings 7ffa531 unverified ggerganov commited on Dec 19, 2022
stream.wasm : add web-based real-time transcription (#112) 936213e unverified ggerganov commited on Nov 25, 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
stream : add "--capture" option to select capture device (ref #10) 58fce09 unverified ggerganov commited on Oct 30, 2022
stream : few updates to make it compatible for Vim usage (#99) c5a6b99 unverified ggerganov commited on Oct 27, 2022
refactoring : move main + stream in examples + other stuff f79068a ggerganov commited on Oct 25, 2022