Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
natasa365/whisper.cpp
Xenobd
/
whisper.cpp
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c92d0b9
whisper.cpp
7.87 MB
100 contributors
History:
360 commits
Andy Maloney
examples : fix memory leak on failure to load gpt2 model (#323)
c92d0b9
unverified
almost 3 years ago
.github
ci : add Windows build without OpenBLAS + change to Release (#85) (#282)
about 3 years ago
bindings
go : run `go mod tidy` before building examples + fix permissions (#296)
about 3 years ago
cmake
wip : initial WASM port
about 3 years ago
examples
examples : fix memory leak on failure to load gpt2 model (#323)
almost 3 years ago
extra
Node.js package (#260)
about 3 years ago
models
models : fix support for spaces in path (close #315)
about 3 years ago
samples
Create README.md
about 3 years ago
tests
Node.js package (#260)
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
7.36 kB
cmake : add headers to target (#298)
about 3 years ago
LICENSE
Safe
1.07 kB
Create LICENSE
about 3 years ago
Makefile
7.07 kB
ggml : add f16 acceleration for POWER9 ppc64le
about 3 years ago
README.md
22.5 kB
Update README.md
about 3 years ago
ggml.c
256 kB
ggml : use vaddvq_f32 for slightly more efficient reduce
almost 3 years ago
ggml.h
21.4 kB
Check for both __ARM_NEON and __ARM_FEATURE_FMA so that the project can be compiled for armv7a.
about 3 years ago
whisper.cpp
124 kB
whisper : use emplace_back in place of push_back (#319)
about 3 years ago
whisper.h
13.9 kB
minor : resolves some of warnings when compiling with clang/clang++ (#294)
about 3 years ago