whisper.cpp / whisper.h

Commit History

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 HF Staff 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 HF Staff commited on

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

takeshi-inoue tinoue ggerganov HF Staff commited on

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

sandrohanea Sandro Hanea ggerganov HF Staff commited on

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

ggerganov HF Staff 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 HF Staff commited on

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

ggerganov HF Staff commited on

Improve decoding (#291)
c46c0dc
unverified

ggerganov HF Staff commited on

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

ggerganov HF Staff commited on

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

prsyahmi ggerganov HF Staff commited on

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

ggerganov HF Staff commited on

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

ggerganov HF Staff commited on

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

Matheus de Sousa ggerganov HF Staff commited on

whisper : language auto-detect (#59)
dad1114

ggerganov HF Staff commited on

whisper : add whisper_tokenize()
82e39d3

ggerganov HF Staff commited on

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

ggerganov HF Staff commited on

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

ggerganov HF Staff commited on

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

ggerganov HF Staff commited on

whisper.objc : fix build warnings
8d1f7e9
unverified

ggerganov HF Staff commited on

whisper.wasm : do not block page while processing (close #86)
d0b1d9e
unverified

ggerganov HF Staff commited on

refactoring : more readable code
5ef0168
unverified

ggerganov HF Staff commited on

stream : "-kc" now enables context keeping from previous segment (#90)
28726dd
unverified

ggerganov HF Staff commited on

Prompt previous tokens for streaming (#163)
8ad3dbf
unverified

meakbiyik commited on

stream : add "audio_ctx" parameter
6adc1fe

ggerganov HF Staff commited on

stream : add "max_tokens" parameter
e48ba5c

ggerganov HF Staff commited on

stream : add "single_segment" option
a265bfa

ggerganov HF Staff commited on

stream : partial encoder experiments
a2015c0

ggerganov HF Staff commited on

whisper : add option to speed up the audio tempo by x2
bec875e

ggerganov HF Staff commited on

ref #22 : add "duration" option
097e96a
unverified

ggerganov HF Staff commited on

whisper : token-level timestamp refactoring (#49, #120)
e4f586b
unverified

ggerganov HF Staff commited on

main : add option for word-leve timestamps (very experimental)
b777dde

ggerganov HF Staff commited on

close #113 : fix struct whisper_token_data
ba9fc0a
unverified

ggerganov HF Staff commited on

parallel : print time of audio boundaries + fix timings
84ba527

ggerganov HF Staff commited on

parallel : working
d5d2d41

ggerganov HF Staff commited on

main : fix sampling time + add max_context parameter
9ed1355

ggerganov HF Staff commited on

parallel : adding tool for parallel transformer inference
cafe46d

ggerganov HF Staff commited on

ggml : add system info functions
7a4a7a1

ggerganov HF Staff commited on

whisper : add new-segment callback
83926f7

ggerganov HF Staff commited on

wip : experimental color coding of tokens based on probabilities
6f2f468

ggerganov HF Staff commited on

ref #52 : improve greedy sampling strategy
07043b9
unverified

ggerganov HF Staff commited on

close #32 : add comment about thread-safety of the C-style API
a3ee28a
unverified

ggerganov HF Staff commited on