Spaces:
Running
Running
Commit History
whisper : remove whisper_load_backends function (#3196)
0cae2d6
unverified
common : separate whisper sources (#2846)
0447b9d
unverified
stream : stop on ^C when no audio is received (#2822)
45399ad
unverified
petterreinholdtsen
Petter Reinholdtsen
commited on
stream : add beam size parameter(#2836)
dd66508
unverified
whisper : reorganize source code + improve CMake (#2256)
f75c2e3
unverified
whisper : remove `speed_up` and `phase_vocoder*` functions (#2198)
7ef0c95
unverified
whisper : use flash attention (#2152)
27c0a97
unverified
examples : clean up common code (#1871)
da3cdf4
unverified
examples : initialize context params properly (#1852)
3443ee7
unverified
examples : move wav_writer from stream.cpp to common.h (#1317)
6c20dfb
unverified
bobqianic
commited on
Examples: Add save audio to file option in stream.cpp (#1310)
30cdb60
unverified
litong
bobqianic
commited on
build : do not use _GNU_SOURCE gratuitously (#1129)
beefa34
unverified
Przemysław Pawełczyk
commited on
examples : add tinydiarization support for streaming (#1137)
61d4989
unverified
Revert "ggml : do not use _GNU_SOURCE gratuitously (#1027)"
1e5ddb0
unverified
ggml : do not use _GNU_SOURCE gratuitously (#1027)
3a69cdf
unverified
Przemysław Pawełczyk
commited on
stream : flush upon finishing inference (#811)
70c8984
unverified
Taras Glek
commited on
whisper : restore decoder temperature fallbacks
e02ade6
unverified
stream : support language auto-detect (#501)
123e4f2
unverified
Ali Alameh
commited on
whisper : set no_context == true by default (#537)
d144017
unverified
examples : refactor in order to reuse code and reduce duplication (#482)
acbd6f7
unverified
stream : fix handling of --step == --length (#416)
284c9d9
unverified
stream : fix --keep_context argument to be used correctly (#354)
7d451fb
unverified
Improve decoding (#291)
c46c0dc
unverified
stream : fix a bug that inserted a lot of empty audio at the start
ca49ab0
unverified
stream : fix data race on bool + avoid division-by-zero
3753d20
unverified
examples : small code cleanups (#322)
e0255d4
unverified
Andy Maloney
commited on