Commit History

stream : add nullptr check of whisper_context (#3283)
9f0c009
unverified

danbev commited on

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

danbev commited on

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

ggerganov commited on

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

masahji commited on

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

ggerganov commited on

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

stanimirovb commited on

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

ggerganov commited on

examples : clean up common code (#1871)
da3cdf4
unverified

felrock commited on

examples : initialize context params properly (#1852)
3443ee7
unverified

ggerganov commited on

whisper : add context param to disable gpu (#1293)
290abed
unverified

jhenhong ggerganov commited on

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

duncanm5 commited on

Revert "ggml : do not use _GNU_SOURCE gratuitously (#1027)"
1e5ddb0
unverified

ggerganov commited on

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

ggerganov commited on

stream : support language auto-detect (#501)
123e4f2
unverified

Ali Alameh commited on

whisper : set no_context == true by default (#537)
d144017
unverified

ggerganov commited on

examples : refactor in order to reuse code and reduce duplication (#482)
acbd6f7
unverified

ggerganov commited on

stream : fix handling of --step == --length (#416)
284c9d9
unverified

ggerganov commited on

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

ggerganov commited on

Improve decoding (#291)
c46c0dc
unverified

ggerganov commited on

stream : fix a bug that inserted a lot of empty audio at the start
ca49ab0
unverified

ggerganov commited on

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

prsyahmi ggerganov commited on

stream : fix data race on bool + avoid division-by-zero
3753d20
unverified

ggerganov commited on

examples : small code cleanups (#322)
e0255d4
unverified

Andy Maloney commited on

cmake : enable and fix -Wall -Wextra -Wpedantic C++ warnings
7ffa531
unverified

ggerganov commited on

stream : update README.md + comments
2110f23
unverified

ggerganov commited on

stream : fix build
d8f85b8
unverified

ggerganov commited on

stream : add sliding window mode
d5c5cb0
unverified

ggerganov commited on

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

ggerganov commited on

refactoring : more readable code
5ef0168
unverified

ggerganov commited on

main, stream : remove --verbose flag (#178)
8f1a93e
unverified

ggerganov commited on

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

ggerganov commited on

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

meakbiyik commited on

stream : add "max_tokens" cli arg
57a7bac

ggerganov commited on

stream : add "audio_ctx" parameter
6adc1fe

ggerganov commited on

stream : add "max_tokens" parameter
e48ba5c

ggerganov commited on

stream : add "single_segment" option
a265bfa

ggerganov commited on

stream : partial encoder experiments
a2015c0

ggerganov commited on

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

ggerganov commited on

stream : add "--capture" option to select capture device (ref #10)
58fce09
unverified

ggerganov commited on

stream : few updates to make it compatible for Vim usage (#99)
c5a6b99
unverified

ggerganov commited on

refactoring : move main + stream in examples + other stuff
f79068a

ggerganov commited on