whisper.cpp / examples

Commit History

server : add inference path to make OAI API compatible (#2270)
66a3eb1
unverified

eschmidbauer commited on

cmake : minor fixes
369b16c
unverified

ggerganov commited on

whisper : disable CUDA mel + fix FFMPEG
2831df8
unverified

ggerganov commited on

whisper : reorganize source code + improve CMake (#2256)
f75c2e3
unverified

ggerganov commited on

talk-llama : sync llama.cpp
e8e18fb
unverified

ggerganov commited on

move BLAS to a separate backend (cont) (llama/6210)
4b26445

slaren commited on

ggml : remove OpenCL (#0)
d303fe3

ggerganov commited on

talk-llama : sync llama.cpp
7e268a7

ggerganov commited on

whisper : remove `speed_up` and `phase_vocoder*` functions (#2198)
7ef0c95
unverified

stanimirovb commited on

server : fix typo (#2181)
18c60fc
unverified

Daniel Valdivia commited on

examples : add support for decoding input with ffmpeg (Linux) (#2133)
c160b58
unverified

William Tambellini commited on

node : add flash_attn param (#2170)
b4d05df
unverified

pprobst commited on

whisper : use flash attention (#2152)
27c0a97
unverified

ggerganov commited on

talk-llama : reject runs without required arguments (#2153)
b445508
unverified

petterreinholdtsen ggerganov commited on

server : return utf-8 (#2138)
2719aa0
unverified

ggerganov commited on

node : add audio_ctx and audio buffer params (#2123)
9b4d9d5
unverified

pprobst ggerganov commited on

node : add additional params (#2000)
933eb40
unverified

valVk commited on

js : remove un-needed request header from fetchRemote (#2119)
6c54394
unverified

Mark Karpelès commited on

main : dont print timings with --no-prints (#2108)
685d1c1
unverified

Daniel Ziegenberg commited on

main : add options for temperature control (#2088)
9a3f777
unverified

Daniel Ziegenberg commited on

whisper.android : update example, add field to print timestamp (#2072)
03fb680
unverified

codezjx commited on

cmake : fix json INTERFACE library (#2069)
0a1cadb
unverified

xcsong commited on

main : fix double quote escaping in csv output (#2090)
9952a85
unverified

mashizora commited on

talk-llama : sync llama.cpp
f5f68d6

ggerganov commited on

ggml : resolve merge (ggml/0)
d692b06

ggerganov commited on

examples : fix node compilation (#2115)
071e466
unverified

pprobst commited on

main : pass nullptr when regex is empty (#2070)
8677fc4
unverified

ggerganov commited on

node : support no timestamps (#2048)
d35f8ae
unverified

pprobst commited on

whisper.nvim : fix missing reference to "model" variable (#2049)
515c36e
unverified

sixcircuit commited on

whisper : update grammar-parser.cpp (#2058)
9d38bd6
unverified

eltociear commited on

common : fix file-handle leak in read_wav() (#2026)
ffc6231
unverified

ulatekh commited on

main : set stdin to binary mode on Windows (#2025)
ed041ef
unverified

rotemdan commited on

main : allow a response-file as the sole parameter (#2019)
07da1b5
unverified

ulatekh ggerganov commited on

whisper : suppress tokens with a regex (#1997)
8cc6334
unverified

ulatekh ggerganov commited on

cmake : create solution folders (#2004)
2616a7c
unverified

ulatekh commited on

talk-llama : sync llama.cpp
d3484ef
unverified

ggerganov commited on

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

ulatekh ggerganov commited on

make : add grammar parser to common objects
b1f3938
unverified

ggerganov commited on

sync : ggml (#2001)
cbbfa9e
unverified

ggerganov commited on

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

ggerganov commited on

readme : add Fedora dependencies (#1970)
afc6b1a
unverified

Mohammadreza Hendiani 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

talk-llama : sync llama.cpp
14e824b
unverified

ggerganov commited on

update examples and tests
007ebd7
unverified

slaren commited on

talk-llama : use llama_decode instead of llama_eval
301b000
unverified

ggerganov commited on

talk-llama : sync llama.cpp
fe602cb
unverified

ggerganov commited on

talk-llama : sync llama.cpp
802496b
unverified

ggerganov commited on

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

F1L1P bobqianic commited on