-
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
committed
Nov 22, 2022
1 parent
505a389
commit c4efe27
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule whisper.cpp
updated
19 files
+29 −0 | .github/workflows/build.yml | |
+11 −6 | Makefile | |
+8 −5 | README.md | |
+2 −1 | bindings/javascript/CMakeLists.txt | |
+1 −1 | bindings/javascript/whisper.js | |
+1 −0 | examples/CMakeLists.txt | |
+7 −1 | examples/main/main.cpp | |
+21 −2 | examples/stream/stream.cpp | |
+46 −0 | examples/talk.wasm/CMakeLists.txt | |
+38 −0 | examples/talk.wasm/README.md | |
+1,379 −0 | examples/talk.wasm/emscripten.cpp | |
+650 −0 | examples/talk.wasm/index-tmpl.html | |
+1 −1 | ggml.c | |
+7 −4 | models/README.md | |
+23 −23 | models/convert-pt-to-ggml.py | |
+2 −2 | models/download-ggml-model.cmd | |
+9 −3 | models/download-ggml-model.sh | |
+116 −30 | whisper.cpp | |
+6 −0 | whisper.h |