Spaces:
Running
Running
Commit History
whisper : abort callback improvements (#1345) 776adfd unverified
mkiol commited on
examples : fix build + compile warnings (close #1256) 2cfc05a unverified
whisper : significantly improve the inference quality (#1148) 7b59286 unverified
whisper : move progress calculation out of whisper.cpp (#1081) cde9ea7 unverified
Hrishikesh Barman commited on
whisper : minor OpenVINO refactoring (#1037) fc78e6a unverified
whisper : add OpenVINO support (#1037) 49bcee6 unverified
whisper : support speaker segmentation (local diarization) of mono audio via tinydiarize (#1058) eedbf0c unverified
main : add diarization support for all current output types (#1031) 16846f8 unverified
ggml : sync latest ggml lib a100c9a unverified
main : gracefully exit when invalid params are passed (#1002) 951f044 unverified
main : fix help for --no-timestamps arg (#908) 4ceb1ab unverified
Rich Jones commited on
whisper : add detect-language mode (#853) 1251039 unverified
whisper : add integer quantization support (#540) a5f8f3c unverified
main : escape quotes in csv output (#815) 69030fd unverified
Laytan Laats commited on
main : update escape_double_quotes() function (#776) 3165de3 unverified
Tauseef Mohiuddin commited on
whisper : restore decoder temperature fallbacks e02ade6 unverified
main : add lrc output support (#718) 209b00a unverified
LittleLoli commited on
whisper : fix bug in prompt processing (close #705) d4425e8
main : add <cstring> header 073aa7f unverified
main : fix typo in JSON output (#648) c6adc54 unverified
whisper : add initial_prompt param (#645) 81dab6f unverified
qual-bench.sh : add quality comparison tool, and update main.cpp to allow using a font file (#569) adb49fb unverified
venkr commited on
whisper : add whisper_state + default state on the whisper_context (#523) fa946a3 unverified
main : add csv header (#552) f4877ed unverified
HY. Kelvin Lee commited on
yt-wsp.sh : print help on empty args 1080ab7 unverified
main : fix std in input (#503) 3b6ce25 unverified
examples : refactor in order to reuse code and reduce duplication (#482) acbd6f7 unverified
whisper : add "split_on_word" flag when using using "max_len" option (#455) 6b6bdd4 unverified
Matija Pevec commited on
whisper : reduce memory usage during inference (#431) 3aa9e6c unverified
main : CSV format export trimmed spaces fix (#444) 2bea6b4 unverified
Alex Bacart commited on
main : we had accidentally disabled the temperature fallback .. (#291) 0461c67 unverified
main : add an option to accept optional output filenames (#424) 7936381 unverified
Improve decoding (#291) c46c0dc unverified
ci : add emscripten build 2f8e217 unverified
main : make whisper_print_segment_callback() more readable (close #371) 02b3e34 unverified
minor : close #370 + Makefile build info print change e78ac30 unverified
cmake : update to 3.19 (#351) 37e2420 unverified
Andy Maloney commited on
main : add -ocsv, aka --output-csv to output a CSV file 20ca90d unverified
examples : small code cleanups (#322) e0255d4 unverified
Andy Maloney commited on
cmake : enable and fix -Wall -Wextra -Wpedantic C++ warnings 7ffa531 unverified
minor : resolves some of warnings when compiling with clang/clang++ (#294) 061b71e unverified
whisper : language auto-detect (#59) dad1114
main : add option to print the progress (#276) 068424c unverified
main : add "--prompt" command line argument (#90) a488eb7 unverified
Add newline per segment for text output (#254) 3b047c2 unverified
Lexevolution commited on