Georgi Gerganov
4c1fe0c813
Update README.md
...
Add bindings links / discussions
2 years ago
Georgi Gerganov
afe2db0fe2
Add Roadmap
2 years ago
Georgi Gerganov
ea19ed33f1
Update README.md ( #46 )
...
Add references to the new Android app
2 years ago
Georgi Gerganov
c37c2443c1
Update README.md ( #56 )
2 years ago
Georgi Gerganov
812ae3ffbd
Update README.md
2 years ago
Georgi Gerganov
fcf515de60
bench.wasm : same as "bench" but runs in the browser ( #89 )
2 years ago
Georgi Gerganov
3b1aacbe6d
talk : talk with AI in the terminal
2 years ago
Georgi Gerganov
3996ecc156
Update README.md
2 years ago
Georgi Gerganov
9fe7306f4b
models : add the new "large" model release by OpenAI
...
The old "large" model is now renamed "large-v1".
If you have been using it, make sure to rename it and download the new
"large" model for best results.
2 years ago
Georgi Gerganov
6fd5358dd0
Update README.md
2 years ago
Georgi Gerganov
67e819baf4
minor : remove "examples/" prefix from the README
2 years ago
Georgi Gerganov
a425365b82
yt-wsp.sh : script to easily transcribe VODs
...
Thanks to @DaniruKun
ref: https://gist.github.com/DaniruKun/96f763ec1a037cc92fe1a059b643b818
Usage:
cd whisper.cpp
make
./examples/yt-wsp.sh <video-url>
2 years ago
Georgi Gerganov
e0e864d9ca
Update README.md
2 years ago
Georgi Gerganov
68ecadbbc9
command.wasm : add voice assistant example for the Web ( #171 )
...
Same as the command-line tool "command", but runs in the browser
Also, added helper script "extra/deploy-wasm.sh" and fixed some timing
constants for the WASM examples.
2 years ago
Georgi Gerganov
1246dd023e
command : add demonstration video
2 years ago
Georgi Gerganov
bc88eb13c6
examples : add "command" tool ( #171 )
2 years ago
Georgi Gerganov
b8ce25dec1
refactoring : more readable code
2 years ago
Georgi Gerganov
2c0501b38a
Update README.md
2 years ago
Georgi Gerganov
35cd29ce1f
ggml : fix cross-compile Linux -> Window with mingw ( #168 )
2 years ago
Georgi Gerganov
a156a358ca
Revert "update README.md"
...
This reverts commit 6a84147113
.
2 years ago
katsu560
6a84147113
update README.md
2 years ago
Georgi Gerganov
363a2dadec
Update README.md
2 years ago
Georgi Gerganov
623a486056
Update README.md
2 years ago
Georgi Gerganov
2e311a2917
Update README.md
2 years ago
Georgi Gerganov
864a78a8d0
models : change default hosting to Hugging Face
...
My Linode is running out of monthly bandwidth due to the big interest in
the project
2 years ago
Georgi Gerganov
8fdfb0ba92
Update README.md
2 years ago
Georgi Gerganov
a09e9123ca
Update README.md
2 years ago
Georgi Gerganov
0e689f83d8
Update README.md
2 years ago
Georgi Gerganov
d5afebd37c
whisper : token-level timestamp refactoring ( #49 , #120 )
...
This turned out pretty good overall. The algorithm has been moved from
main.cpp to whisper.cpp and can be reused for all subtitles types. This
means that now you can specify the maximum length of the generated
lines. Simply provide the "-ml" argument specifying the max length in
number of characters
2 years ago
Georgi Gerganov
4b1c32e8ea
Update README.md
2 years ago
Georgi Gerganov
b5dde365e9
extra : compute SHA of all models files
2 years ago
Georgi Gerganov
e46bc56e71
Update README.md
2 years ago
Georgi Gerganov
b0f2aa0ea6
Update README.md
2 years ago
Georgi Gerganov
2c281d190b
Update README.md
2 years ago
Georgi Gerganov
9ccafa8792
Update README.md
2 years ago
Georgi Gerganov
89d8ee3ee5
Update README.md
2 years ago
Georgi Gerganov
c6710efde2
refactoring : move main + stream in examples + other stuff
2 years ago
Georgi Gerganov
728676927f
Update README.md
2 years ago
Georgi Gerganov
181b762de8
Update README.md
2 years ago
Georgi Gerganov
4196856c7b
Update README.md
2 years ago
Georgi Gerganov
705198f063
Update README.md
2 years ago
Georgi Gerganov
3e69a6071d
Update README.md
2 years ago
Georgi Gerganov
f3dae90c31
Update README.md
2 years ago
Georgi Gerganov
8c1d970088
Update README.md
2 years ago
Georgi Gerganov
6b45e37b2b
Update README.md and finalize the whisper.wasm example
2 years ago
Georgi Gerganov
5698b51718
Update README.md
2 years ago
Georgi Gerganov
3fe3898ebb
Update README.md
2 years ago
Georgi Gerganov
81c185576c
Update README.md
2 years ago
Georgi Gerganov
1969ee4bc7
Update README.md
2 years ago
Georgi Gerganov
72d967bce4
Use Accelerate framework on Apple silicon
...
Huge performance improvement in the Encode (almost x2 on MacBook M1 Pro)
Also various extra optimizations:
- Multi-threaded NORM operator
- Faster GELU via F16 cast
2 years ago