-
-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Started Release 1.4.2 * Bumped version 1.4.2
- Loading branch information
1 parent
d31d84b
commit ddc1718
Showing
23 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule whisper.cpp
updated
32 files
+59 −2 | .github/workflows/build.yml | |
+38 −16 | CMakeLists.txt | |
+18 −6 | Makefile | |
+33 −1 | README.md | |
+1 −1 | bindings/ios | |
+1 −1 | bindings/javascript/package.json | |
+7 −11 | coreml/whisper-encoder.mm | |
+0 −6 | examples/common-ggml.cpp | |
+34 −0 | examples/common.cpp | |
+3 −0 | examples/common.h | |
+8 −1 | examples/main/main.cpp | |
+10 −4 | examples/quantize/quantize.cpp | |
+14 −0 | examples/talk-llama/README.md | |
+331 −154 | examples/talk-llama/llama.cpp | |
+27 −23 | examples/talk-llama/llama.h | |
+103 −6 | examples/talk-llama/talk-llama.cpp | |
+10 −1 | examples/whisper.objc/README.md | |
+32 −1 | examples/whisper.objc/whisper.objc.xcodeproj/project.pbxproj | |
+2 −2 | examples/whisper.wasm/README.md | |
+33 −15 | extra/bench-all.sh | |
+9 −1 | extra/sync-ggml.sh | |
+655 −122 | ggml-cuda.cu | |
+6 −39 | ggml-cuda.h | |
+361 −0 | ggml-opencl.c | |
+24 −0 | ggml-opencl.h | |
+4,220 −2,064 | ggml.c | |
+223 −12 | ggml.h | |
+17 −5 | models/README.md | |
+2 −2 | models/convert-whisper-to-coreml.py | |
+1 −1 | models/download-ggml-model.sh | |
+112 −73 | whisper.cpp | |
+1 −0 | whisper.h |