Commit History

main : add command-style grammar (#1998)
7e6ea10
unverified

ulatekh ggerganov commited on

whisper : improve handling of prompts (#1981)
15949a9
unverified

ggerganov commited on

whisper : token-level timestamps with DTW (#1485)
ce7ca09
unverified

denersc ggerganov commited on

examples : rename --audio-context to --audio-ctx per help text (#1953)
8e9c985
unverified

joliss commited on

examples : Auto lowercase language parameter in main.cpp (#1928)
98b861a
unverified

F1L1P bobqianic commited on

main : fix file existence check in main.cpp (#1889)
9162df9
unverified

Theldus commited on

main : check if input files exist before proceeding (#1872)
d625238
unverified

Theldus commited on

examples : clean up common code (#1871)
da3cdf4
unverified

felrock commited on

examples : added audio_ctx argument to main and server (#1857)
469988b
unverified

dscripka ggerganov commited on

examples : initialize context params properly (#1852)
3443ee7
unverified

ggerganov commited on

params : don't compute timestamps when not printing them (#1755)
251825e
unverified

George Hindle commited on

main : add cli option to disable system prints (#1740)
97e710a
unverified

ggerganov commited on

server : add a REST Whisper server example with OAI-like API (#1380)
8a0d34c
unverified

felrock ggerganov commited on

whisper : add batched decoding (#1486)
0131aa6
unverified

ggerganov commited on

whisper : add context param to disable gpu (#1293)
290abed
unverified

jhenhong ggerganov commited on

examples : Implement JSON output for Token-Level data in main (#1358)
d166741
unverified

akx commited on

whisper : abort callback improvements (#1345)
776adfd
unverified

mkiol commited on

examples : fix build + compile warnings (close #1256)
2cfc05a
unverified

ggerganov commited on

whisper : significantly improve the inference quality (#1148)
7b59286
unverified

bobqianic ggerganov commited on

main : log probs to text file (#1205)
26a54a0
unverified

jbyu ggerganov commited on

whisper : move progress calculation out of whisper.cpp (#1081)
cde9ea7
unverified

Hrishikesh Barman commited on

whisper : minor OpenVINO refactoring (#1037)
fc78e6a
unverified

ggerganov commited on

whisper : add OpenVINO support (#1037)
49bcee6
unverified

Ryan Metcalfe ggerganov commited on

whisper : support speaker segmentation (local diarization) of mono audio via tinydiarize (#1058)
eedbf0c
unverified

Akash Mahajan ggerganov commited on

main : add diarization support for all current output types (#1031)
16846f8
unverified

Colin ggerganov commited on

ggml : sync latest ggml lib
a100c9a
unverified

ggerganov commited on

main : gracefully exit when invalid params are passed (#1002)
951f044
unverified

faker2048 commited on

main : fix help for --no-timestamps arg (#908)
4ceb1ab
unverified

Rich Jones commited on

whisper : add detect-language mode (#853)
1251039
unverified

CRD716 commited on

whisper : add integer quantization support (#540)
a5f8f3c
unverified

ggerganov commited on

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

ggerganov commited on

main : add lrc output support (#718)
209b00a
unverified

LittleLoli commited on

whisper : fix bug in prompt processing (close #705)
d4425e8

ggerganov commited on

main : add <cstring> header
073aa7f
unverified

ggerganov commited on

main : fix typo in JSON output (#648)
c6adc54
unverified

egorFiNE commited on

whisper : add initial_prompt param (#645)
81dab6f
unverified

jhenhong commited on

main : provide option for creating JSON output (#615)
3381725
unverified

tuxpoldo ggerganov commited on

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

sandrohanea Sandro Hanea ggerganov commited on

main : add csv header (#552)
f4877ed
unverified

HY. Kelvin Lee commited on

yt-wsp.sh : print help on empty args
1080ab7
unverified

ggerganov commited on

main : fix std in input (#503)
3b6ce25
unverified

conradgodfrey commited on

examples : refactor in order to reuse code and reduce duplication (#482)
acbd6f7
unverified

ggerganov commited on

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

ggerganov commited on

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

ggerganov commited on

main : add an option to accept optional output filenames (#424)
7936381
unverified

Chia-Hsiang Cheng garyhsiang commited on