Commit History

Update README.md
d161cee
unverified

ggerganov HF Staff commited on

talk : fix build for MSVC
81dca98

ggerganov HF Staff commited on

talk : talk with AI in the terminal
7aad96d

ggerganov HF Staff 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 HF Staff commited on

ggml : add alternative cblas_sgemm call
2f68de6
unverified

ggerganov HF Staff commited on

make : indentation + .gitignore
ba89f8d
unverified

ggerganov HF Staff commited on

Flag for Position Independent Code
f4196bf

ReiMui commited on

twitch.sh : various fixes and polishing
245e5de

ggerganov HF Staff 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 HF Staff commited on

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

ggerganov HF Staff commited on

Update README.md
432c18f
unverified

ggerganov HF Staff commited on

livestream.sh : remove obsolete comment
d948318

ggerganov HF Staff commited on

ggml : fix typo in previous commit
d7b9296
unverified

ggerganov HF Staff commited on

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

ggerganov HF Staff commited on

ggml : add F16C CPU flag check
2661c19
unverified

ggerganov HF Staff commited on

add fp16/fp32 convert intrinsics
03a5fa2

katsu560 commited on

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

ggerganov HF Staff commited on

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

ggerganov HF Staff commited on

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

ggerganov HF Staff commited on

tests : adding transcription tests
f527611
unverified

ggerganov HF Staff commited on

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

ggerganov HF Staff commited on

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

ggerganov HF Staff commited on

livestream : minor changes
dec4507
unverified

ggerganov HF Staff commited on

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

semiformal-net Paul Edwards ggerganov HF Staff 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 HF Staff commited on

Update README.md
c7f9e5b
unverified

ggerganov HF Staff commited on

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

ggerganov HF Staff commited on

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

ggerganov HF Staff commited on

whisper.objc : fix build warnings
8d1f7e9
unverified

ggerganov HF Staff commited on

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

ggerganov HF Staff commited on

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

ggerganov HF Staff commited on

Update README.md
8526ad3
unverified

ggerganov HF Staff commited on

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

ggerganov HF Staff commited on

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

ggerganov HF Staff commited on

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

ggerganov HF Staff commited on

stream.wasm : add web-based real-time transcription (#112)
936213e
unverified

ggerganov HF Staff commited on

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

ggerganov HF Staff commited on

main : add stereo-channel-based diarization (#64)
b5e16ed
unverified

ggerganov HF Staff commited on

command : add demonstration video
64508b4
unverified

ggerganov HF Staff commited on

command : fix build + fix README + add bold printing
f70b793
unverified

ggerganov HF Staff commited on

examples : add "command" tool (#171)
4d3c293
unverified

ggerganov HF Staff commited on

refactoring : more readable code
5ef0168
unverified

ggerganov HF Staff commited on

correct model name display on running samples
10f411a

vicalloy commited on

wasm : refactor wasm example + reuse fetch mechanism
3520198
unverified

ggerganov HF Staff commited on

talk.wasm : update video link + some minor fixes
33a4590
unverified

ggerganov HF Staff commited on