Commit History

Unified return format
e408c7b

3v324v23 commited on

add sync task
46ebeba

3v324v23 commited on

server : hide language probabilities option behind flag (#3328)
606bf70
unverified

sachaarbonel commited on

server : add dtw.params for v3-large-turbo (#3307)
1250fd1
unverified

accessiblepixel commited on

server : graceful shutdown, atomic server state, and health endpoint Improvements (#3243)
170eb31
unverified

sachaarbonel commited on

server : add Voice Activity Detection (VAD) support (#3246)
58d6e4e
unverified

danbev commited on

whisper : remove whisper_load_backends function (#3196)
0cae2d6
unverified

danbev commited on

server : add --flash-attn usage output (#3152)
8e966a8
unverified

danbev commited on

whisper: remove MSVC warnings pragmas (#3090)
e0d130c
unverified

danbev commited on

server: update abort mechanism to handle HTTP connection closure (#3112)
02b25fa
unverified

sachaarbonel commited on

server : add --no-gpu option to print usage output (#3098)
1eb0f64
unverified

danbev commited on

examples : expose language detection probabilities to server example (#3044)
6b8d348
unverified

sachaarbonel commited on

whisper : add no_context parameter to whisper_params (#3045)
0e991f8
unverified

sachaarbonel commited on

feat: add health check endpoint to server (#2968)
cbeea6f
unverified

sachaarbonel commited on

common : separate whisper sources (#2846)
0447b9d
unverified

ggerganov commited on

examples : use miniaudio for direct decoding flac, mp3, ogg and wav (#2759)
7a280a4
unverified

Dmitry Atamanov commited on

server : fix build (#2718)
7925ae3
unverified

ggerganov commited on

server : generate unique tmp filenames (#2718)
89d94b1
unverified

NETZkultur GmbH commited on

server : fix help print
d2d52bd
unverified

ggerganov commited on

server : add no-speech threshold parameter and functionality (#2654)
8e40db9
unverified

sachaarbonel commited on

whisper : rename suppress_non_speech_tokens to suppress_nst (#2653)
5b0631d
unverified

ggerganov commited on

server : add option to suppress non-speech tokens (#2649)
647c7e7
unverified

sachaarbonel commited on

whisper : rename binaries + fix install (#2648)
30197de
unverified

ggerganov commited on

server : ffmpeg overwrite leftover temp file (#2431)
2dafb8e
unverified

dynafire commited on

server : use OS-generated temp file name for converted files (#2419)
04d9c8d
unverified

teejae commited on

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

eschmidbauer 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

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

ggerganov commited on

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

ggerganov commited on

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

joliss 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

server : allow CORS request with authorization headers (#1850)
16a6639
unverified

Valentin Gosu commited on

server : add fields to `verbose_json` response (#1802)
763d09d
unverified

JacobLinCool commited on

server : implement "verbose_json" format with token details (#1781)
d6e13b6
unverified

rmmh commited on

server : add more parameters to server api (#1754)
cb0cf7b
unverified

George Hindle commited on

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

George Hindle commited on

server : add request path option(#1741)
6c319ac
unverified

eschmidbauer commited on

server : fix server temperature + add temperature_inc (#1729)
8a648fc
unverified

ggerganov commited on

server : pass max-len argument to the server (#1574)
5704da9
unverified

osdrv commited on

Server : Add support for .vtt format to Whisper server (#1578)
17f1f89
unverified

Aleksander Andrzejewski commited on

server : backport .srt output format (#1565)
77aa181
unverified

Oleg Sidorov commited on

server : set default CORS headers to allow all (#1567)
531e483
unverified

Kasumi commited on

server : automatically convert audio on the server (#1539)
99eeacd
unverified

Ismatulla Mansurov ggerganov commited on

server : add --print-realtime param (#1541)
83982ec
unverified

ecneladis commited on

fix(server): typo in temperature parameter (#1545)
91e39cd
unverified

Okabintaro commited on

Change temp file name for server application (#1535)
531cbf9
unverified

felrock commited on