Commit History

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

Update README.md
c7f9e5b
unverified

ggerganov commited on

whisper.objc : fix context + broken readme links
2361fbc
unverified

ggerganov commited on

whisper.objc : add real-time processing (#97)
11bb554
unverified

ggerganov commited on

whisper.objc : fix build warnings
8d1f7e9
unverified

ggerganov commited on

minor : remove "examples/" prefix from the README
247a436
unverified

ggerganov commited on

yt-wsp.sh : script to easily transcribe VODs
a7c58c8
unverified

ggerganov commited on

Update README.md
8526ad3
unverified

ggerganov commited on

command.wasm : add voice assistant example for the Web (#171)
2ee248a
unverified

ggerganov commited on

minor : add comment for using "generate_karaoke.sh"
2512003
unverified

ggerganov commited on

livestream.sh : simple tool to transcribe audio livestreams (#185)
2a7b373
unverified

ggerganov commited on