Spaces:
Sleeping
Sleeping
Commit History
server : graceful shutdown, atomic server state, and health endpoint Improvements (#3243) 170eb31 unverified
server : add Voice Activity Detection (VAD) support (#3246) 58d6e4e unverified
whisper : remove whisper_load_backends function (#3196) 0cae2d6 unverified
server : Add k6 Load Testing Script (#3175) 9a681c7 unverified
server : add --flash-attn usage output (#3152) 8e966a8 unverified
whisper: remove MSVC warnings pragmas (#3090) e0d130c unverified
server: update abort mechanism to handle HTTP connection closure (#3112) 02b25fa unverified
server : update httplib.h to version 0.20.0 (#3101) 238f652 unverified
server : add --no-gpu option to print usage output (#3098) 1eb0f64 unverified
examples : expose language detection probabilities to server example (#3044) 6b8d348 unverified
whisper : add no_context parameter to whisper_params (#3045) 0e991f8 unverified
feat: add health check endpoint to server (#2968) cbeea6f unverified
common : separate whisper sources (#2846) 0447b9d unverified
examples : use miniaudio for direct decoding flac, mp3, ogg and wav (#2759) 7a280a4 unverified
Dmitry Atamanov commited on
server : fix build (#2718) 7925ae3 unverified
server : generate unique tmp filenames (#2718) 89d94b1 unverified
server : fix help print d2d52bd unverified
server : add no-speech threshold parameter and functionality (#2654) 8e40db9 unverified
whisper : rename suppress_non_speech_tokens to suppress_nst (#2653) 5b0631d unverified
server : add option to suppress non-speech tokens (#2649) 647c7e7 unverified
whisper : rename binaries + fix install (#2648) 30197de unverified
server : ffmpeg overwrite leftover temp file (#2431) 2dafb8e unverified
server : use OS-generated temp file name for converted files (#2419) 04d9c8d unverified
server : add inference path to make OAI API compatible (#2270) 66a3eb1 unverified
whisper : remove `speed_up` and `phase_vocoder*` functions (#2198) 7ef0c95 unverified
server : fix typo (#2181) 18c60fc unverified
Daniel Valdivia commited on
whisper : use flash attention (#2152) 27c0a97 unverified
server : return utf-8 (#2138) 2719aa0 unverified
server : add dtw (#2044) dd44653 unverified
examples : rename --audio-context to --audio-ctx per help text (#1953) 8e9c985 unverified
examples : clean up common code (#1871) da3cdf4 unverified
examples : added audio_ctx argument to main and server (#1857) 469988b unverified
examples : initialize context params properly (#1852) 3443ee7 unverified
server : allow CORS request with authorization headers (#1850) 16a6639 unverified
Valentin Gosu commited on
server : add fields to `verbose_json` response (#1802) 763d09d unverified
server : implement "verbose_json" format with token details (#1781) d6e13b6 unverified
server : fix building and simplify lib deps on Windows (#1772) f928f33 unverified
Przemysław Pawełczyk 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
server : fix server temperature + add temperature_inc (#1729) 8a648fc unverified
cmake : Fix bug in httplib.h for mingw (#1615) 334a75d unverified
Kreijstal commited on
server : pass max-len argument to the server (#1574) 5704da9 unverified
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
server : add --print-realtime param (#1541) 83982ec unverified
ecneladis commited on
fix(server): typo in temperature parameter (#1545) 91e39cd unverified
Okabintaro commited on