Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
natasa365
/
whisper.cpp
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3b047c2
whisper.cpp
7.3 MB
100 contributors
History:
301 commits
Lexevolution
Add newline per segment for text output (#254)
3b047c2
unverified
about 3 years ago
.github
Build with OpenBLAS and SDL2 on windows
about 3 years ago
bindings
bench.wasm : same as "bench" but runs in the browser (#89)
about 3 years ago
cmake
wip : initial WASM port
about 3 years ago
examples
Add newline per segment for text output (#254)
about 3 years ago
extra
bench : more concise representation of the results (#89)
about 3 years ago
models
Fix paths echoed after the download
about 3 years ago
samples
Create README.md
about 3 years ago
tests
models : add the new "large" model release by OpenAI
about 3 years ago
.gitattributes
804 Bytes
Initial release
about 3 years ago
.gitignore
440 Bytes
minor : fix .gitignore to not ignore examples
about 3 years ago
.gitmodules
Safe
96 Bytes
cmake : add submodule whisper.spm
about 3 years ago
CMakeLists.txt
6.98 kB
Find libopenblas.dll.a on windows
about 3 years ago
LICENSE
Safe
1.07 kB
Create LICENSE
about 3 years ago
Makefile
6.91 kB
talk : talk with AI in the terminal
about 3 years ago
README.md
21.6 kB
bench.wasm : same as "bench" but runs in the browser (#89)
about 3 years ago
ggml.c
247 kB
talk : talk with AI in the terminal
about 3 years ago
ggml.h
21.5 kB
ggml : add F16C CPU flag check
about 3 years ago
whisper.cpp
117 kB
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.
about 3 years ago
whisper.h
12.3 kB
Try to improve the token sampling strategy (#193)
about 3 years ago