Spaces:
Sleeping
Sleeping
Commit History
stream : add sliding window mode
d5c5cb0
unverified
whisper : fix UB when reading buffer of length 0 bytes (#265)
0ac55b8
unverified
ggml : fix indentation
09b6ef7
unverified
ggml : make compatible with c99 (#262)
d9c1974
unverified
talk : improve prompting
de68a7e
unverified
release : v1.0.3
cad4b5d
unverified
Update README.md
11308f6
unverified
release : v1.0.2
af0c050
unverified
Update README.md
24d18d2
unverified
Update README.md
2cba95c
unverified
Node.js package (#260)
67b8a21
unverified
talk : make compatible with c++11 (part 2)
cf313a6
unverified
talk : make compatible with c++11
53ae12b
unverified
cmake : require c++11 instead of c++20
cf916cf
unverified
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
minor : fix .gitignore to not ignore examples
56bef25
unverified
bench.wasm : same as "bench" but runs in the browser (#89)
68dae1f
unverified
Update README.md
d161cee
unverified
talk : fix build for MSVC
81dca98
talk : talk with AI in the terminal
7aad96d
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
ggml : add alternative cblas_sgemm call
2f68de6
unverified
make : indentation + .gitignore
ba89f8d
unverified
Flag for Position Independent Code
f4196bf
twitch.sh : various fixes and polishing
245e5de
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
yt-wsp.sh : fix usage instruction + comment
5a5b9b4
unverified
Update README.md
432c18f
unverified
livestream.sh : remove obsolete comment
d948318
ggml : fix typo in previous commit
d7b9296
unverified
ggml : use macros to inline FP16 <-> FP32 conversions
23e5614
unverified
ggml : add F16C CPU flag check
2661c19
unverified
add fp16/fp32 convert intrinsics
03a5fa2
katsu560
commited on
models : add the new "large" model release by OpenAI
793fa90
unverified
bench : add commit hash to bench-all.sh results
88c40d2
unverified
Try to improve the token sampling strategy (#193)
8311a60
unverified
tests : adding transcription tests
f527611
unverified
ggml : remove inline specifier from fp16 <-> fp32 converters
cdd3359
unverified
livestream : handle ffmpeg errors gracefully and stabilize transcript
520d318
unverified
livestream : minor changes
dec4507
unverified
livestream : fix losing words across audio chunk (#195)
b3a9b29
unverified
Fix Darwin flags - was incorrectly always using the Linux else clause
ecd7237
Tienshiao Ma
commited on