main : fix help for --no-timestamps arg (#908) 4ceb1ab unverified Rich Jones commited on May 14, 2023
whisper : add integer quantization support (#540) a5f8f3c unverified ggerganov commited on Apr 30, 2023
main : update escape_double_quotes() function (#776) 3165de3 unverified Tauseef Mohiuddin commited on Apr 23, 2023
whisper : restore decoder temperature fallbacks e02ade6 unverified ggerganov commited on Apr 15, 2023
main : provide option for creating JSON output (#615) 3381725 unverified tuxpoldo ggerganov commited on Mar 22, 2023
qual-bench.sh : add quality comparison tool, and update main.cpp to allow using a font file (#569) adb49fb unverified venkr commited on Mar 6, 2023
whisper : add whisper_state + default state on the whisper_context (#523) fa946a3 unverified sandrohanea Sandro Hanea 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
whisper : add "split_on_word" flag when using using "max_len" option (#455) 6b6bdd4 unverified Matija Pevec commited on Feb 5, 2023
whisper : reduce memory usage during inference (#431) 3aa9e6c unverified ggerganov commited on Feb 4, 2023
main : CSV format export trimmed spaces fix (#444) 2bea6b4 unverified Alex Bacart commited on Feb 4, 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
whisper : add loader class to allow loading from buffer and others (#353) 8060473 unverified prsyahmi ggerganov commited on Jan 8, 2023
main : make whisper_print_segment_callback() more readable (close #371) 02b3e34 unverified ggerganov commited on Jan 5, 2023
minor : close #370 + Makefile build info print change e78ac30 unverified ggerganov commited on Jan 5, 2023
main : add -ocsv, aka --output-csv to output a CSV file 20ca90d unverified NielsMayer commited on Dec 29, 2022
cmake : enable and fix -Wall -Wextra -Wpedantic C++ warnings 7ffa531 unverified ggerganov commited on Dec 19, 2022
minor : resolves some of warnings when compiling with clang/clang++ (#294) 061b71e unverified Matheus de Sousa ggerganov commited on Dec 19, 2022
main : add "--prompt" command line argument (#90) a488eb7 unverified ggerganov commited on Dec 16, 2022
Add newline per segment for text output (#254) 3b047c2 unverified Lexevolution commited on Dec 11, 2022
whisper : add mechanism for aborting the whisper_full() computation d311de4 ggerganov commited on Nov 27, 2022
main : add stereo-channel-based diarization (#64) b5e16ed unverified ggerganov commited on Nov 25, 2022
main : fix dangling pointer when using stdin for input (#65) 2daf96b unverified ggerganov commited on Nov 24, 2022
unicode : fix character replacement (thanks to @tamo) be06a9b unverified ggerganov commited on Nov 23, 2022
whisper : token-level timestamp refactoring (#49, #120) e4f586b unverified ggerganov commited on Nov 2, 2022
main : add some comments for the word-level timestamp algorithm ed1850d unverified ggerganov commited on Nov 1, 2022