whisper.cpp / whisper.h

Commit History

whisper : suppress tokens with a regex (#1997)
8cc6334
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

ggml : add abort_callback for cpu backend (ggml/725)
a8ea91b
unverified

Michael Podvitskiy commited on

whisper : expose CUDA device setting in public API (#1840)
d13ee66
unverified

Didzis Gosko commited on

whisper : remove trailing whitespaces
ee64ad8
unverified

ggerganov commited on

whisper : add whisper_lang_str_full (#1546)
904280f
unverified

bradmit ggerganov commited on

whisper : update example in whisper.h (#1529)
5a48cf5
unverified

M. A. Ali commited on

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

ggerganov commited on

whisper : add grammar-based sampling (#1229)
46f0c56
unverified

evanqjones ggerganov commited on

whisper : add full CUDA and Metal offloading (#1472)
da4acca
unverified

ggerganov commited on

whisper : add support for large v3 (#1444)
9908abb
unverified

ggerganov commited on

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

jhenhong ggerganov commited on

whisper : add abort callback (#1335)
08ba486
unverified

mkiol commited on

whisper : add missing speaker turn API function for whisper_state (#1330)
00ca046
unverified

Didzis Gosko commited on

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

bobqianic ggerganov commited on

whisper : minor fixes (#1154)
fc4185e
unverified

csukuangfj commited on

whisper : fix visibility warning of struct whisper_full_params by declaring in advance (#1124)
5574a4a
unverified

yangthecoder commited on

whisper : expose API to let user control log output (#1060)
fc5e318
unverified

evmar ggerganov 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

Feature/java bindings2 (#944)
66cb305
unverified

nalbion commited on

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

CRD716 commited on

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

ggerganov commited on

whisper : fix typos in whisper.h (#737)
ea0cb14
unverified

GitAritron commited on

whisper : add progress callback (#600)
6ab2cc0
unverified

pajowu 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

whisper.android : support benchmark for Android example. (#542)
41e000d
unverified

takeshi-inoue tinoue ggerganov commited on

whisper : add whisper_state + default state on the whisper_context (#523)
fa946a3
unverified

sandrohanea Sandro Hanea ggerganov commited on

whisper : add API for applying custom logits filters during decoding
d85b238
unverified

ggerganov commited on

whisper : suppress non-speech-related token outputs (#473)
a325deb
unverified

shibukazu commited on

whisper : fixed Beam Search Strategy and exposed whisper_pcm_to_mel_phase_vocoder (#474)
661a3a2
unverified

sandrohanea Sandro Hanea commited on

whisper : add whisper_full_lang_id() for getting the context lang (#461)
eb55c82
unverified

kamranjon commited on

whisper : add "split_on_word" flag when using using "max_len" option (#455)
6b6bdd4
unverified

Matija Pevec commited on

bench : fix Windows linkage by moving ggml benches in whisper lib ..
bef3486
unverified

ggerganov commited on

stream : fix --keep_context argument to be used correctly (#354)
7d451fb
unverified

ggerganov commited on

Improve decoding (#291)
c46c0dc
unverified

ggerganov commited on

ggml : remove obsolete zeroing + comment fixes (#390)
9c35c0d
unverified

ggerganov commited on

whisper : add loader class to allow loading from buffer and others (#353)
8060473
unverified

prsyahmi ggerganov commited on

ggml : define MIN / MAX only if not defined (minor)
2117da6
unverified

ggerganov commited on

whisper : add whisper_n_audio_ctx and check for invalid audio_ctx
821a538
unverified

ggerganov commited on

minor : resolves some of warnings when compiling with clang/clang++ (#294)
061b71e
unverified

Matheus de Sousa ggerganov commited on

whisper : language auto-detect (#59)
dad1114

ggerganov commited on

whisper : add whisper_tokenize()
82e39d3

ggerganov commited on

Try to improve the token sampling strategy (#193)
8311a60
unverified

ggerganov commited on

whisper : add mechanism for aborting the whisper_full() computation
d311de4

ggerganov commited on

whisper.objc : add real-time processing (#97)
11bb554
unverified

ggerganov commited on

whisper.objc : fix build warnings
8d1f7e9
unverified

ggerganov commited on