generated from aarnphm/bazix
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cron: update submodules to latest commits [generated]
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule whispercpp
updated
28 files
+1 −1 | CMakeLists.txt | |
+2 −2 | Makefile | |
+9 −9 | README.md | |
+1 −1 | bindings/go/examples/go-model-download/main.go | |
+1 −1 | bindings/ios | |
+2 −2 | bindings/java/src/test/java/io/github/ggerganov/whispercpp/WhisperCppTest.java | |
+1 −1 | bindings/javascript/package.json | |
+1 −1 | bindings/javascript/whisper.js | |
+20 −10 | examples/bench/bench.cpp | |
+1 −1 | examples/livestream.sh | |
+4 −4 | examples/main/main.cpp | |
+2 −2 | examples/talk-llama/talk-llama.cpp | |
+1 −1 | examples/twitch.sh | |
+10 −9 | extra/bench-all.sh | |
+1 −1 | extra/convert-all.sh | |
+188 −118 | ggml-cuda.cu | |
+5 −0 | ggml-cuda.h | |
+9 −9 | ggml-metal.m | |
+37 −13 | models/README.md | |
+2 −2 | models/convert-h5-to-coreml.py | |
+2 −2 | models/convert-whisper-to-coreml.py | |
+2 −2 | models/convert-whisper-to-openvino.py | |
+1 −1 | models/download-coreml-model.sh | |
+1 −1 | models/download-ggml-model.cmd | |
+2 −2 | models/download-ggml-model.sh | |
+1 −1 | tests/run-tests.sh | |
+624 −448 | whisper.cpp | |
+3 −1 | whisper.h |