Commit History

stream : fix build
d8f85b8
unverified

ggerganov commited on

stream : add sliding window mode
d5c5cb0
unverified

ggerganov commited on

whisper : fix UB when reading buffer of length 0 bytes (#265)
0ac55b8
unverified

ggerganov commited on

ggml : fix indentation
09b6ef7
unverified

ggerganov commited on

ggml : make compatible with c99 (#262)
d9c1974
unverified

ggerganov commited on

talk : improve prompting
de68a7e
unverified

ggerganov commited on

release : v1.0.3
cad4b5d
unverified

ggerganov commited on

Update README.md
11308f6
unverified

ggerganov commited on

release : v1.0.2
af0c050
unverified

ggerganov commited on

Update README.md
24d18d2
unverified

ggerganov commited on

Update README.md
2cba95c
unverified

ggerganov commited on

Node.js package (#260)
67b8a21
unverified

ggerganov commited on

talk : make compatible with c++11 (part 2)
cf313a6
unverified

ggerganov commited on

talk : make compatible with c++11
53ae12b
unverified

ggerganov commited on

cmake : require c++11 instead of c++20
cf916cf
unverified

ggerganov commited on

Remove C++20 requirement (#257)
6702756
unverified

Roland Rabien commited on

Add newline per segment for text output (#254)
3b047c2
unverified

Lexevolution commited on

bench : more concise representation of the results (#89)
a9f3ce0
unverified

ggerganov commited on

minor : fix .gitignore to not ignore examples
56bef25
unverified

ggerganov commited on

bench.wasm : same as "bench" but runs in the browser (#89)
68dae1f
unverified

ggerganov commited on

Update README.md
d161cee
unverified

ggerganov commited on

talk : fix build for MSVC
81dca98

ggerganov commited on

talk : talk with AI in the terminal
7aad96d

ggerganov commited on

fix potential bug reading model data into a small size optimized string which could lead to memory corruption. In an SSO string, you can't write data to &str[0] and expect it to work well.
4c1552f

bert hubert commited on

whisper : minor improvemnt in decoding strategy (#244)
36c5e16
unverified

ggerganov commited on

ggml : add alternative cblas_sgemm call
2f68de6
unverified

ggerganov commited on

make : indentation + .gitignore
ba89f8d
unverified

ggerganov commited on

Flag for Position Independent Code
f4196bf

ReiMui commited on

twitch.sh : various fixes and polishing
245e5de

ggerganov commited on

Allow for Twitch.tv live transcription
2444077

keyehzy commited on

Fix paths echoed after the download
e508930

Kartik Saranathan commited on

fix compilation on haiku
5d3218a

Al Hoang commited on

yt-wsp.sh : improve usage instructions
91f208e
unverified

ggerganov commited on

yt-wsp.sh : fix usage instruction + comment
5a5b9b4
unverified

ggerganov commited on

Update README.md
432c18f
unverified

ggerganov commited on

livestream.sh : remove obsolete comment
d948318

ggerganov commited on

ggml : fix typo in previous commit
d7b9296
unverified

ggerganov commited on

ggml : use macros to inline FP16 <-> FP32 conversions
23e5614
unverified

ggerganov commited on

ggml : add F16C CPU flag check
2661c19
unverified

ggerganov commited on

add fp16/fp32 convert intrinsics
03a5fa2

katsu560 commited on

models : add the new "large" model release by OpenAI
793fa90
unverified

ggerganov commited on

bench : add commit hash to bench-all.sh results
88c40d2
unverified

ggerganov commited on

Try to improve the token sampling strategy (#193)
8311a60
unverified

ggerganov commited on

tests : adding transcription tests
f527611
unverified

ggerganov commited on

ggml : remove inline specifier from fp16 <-> fp32 converters
cdd3359
unverified

ggerganov commited on

livestream : handle ffmpeg errors gracefully and stabilize transcript
520d318
unverified

ggerganov commited on

livestream : minor changes
dec4507
unverified

ggerganov commited on

livestream : fix losing words across audio chunk (#195)
b3a9b29
unverified

semiformal-net Paul Edwards ggerganov commited on

Fix Darwin flags - was incorrectly always using the Linux else clause
ecd7237

Tienshiao Ma commited on

whisper : add mechanism for aborting the whisper_full() computation
d311de4

ggerganov commited on