forked from ggerganov/whisper.cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'ggerganov/master'
* ggerganov/master: (86 commits) server : fix building and simplify lib deps on Windows (ggerganov#1772) talk-llama : sync llama.cpp talk-llama : llama.cpp sync : ggml metal : correctly set SIMD support flags on iOS (llama/4923) 2-bit quantizations (llama/4897) scripts : sync-ggml-am.sh add option to skip commits talk-llama : sync llama.cpp sync : ggml examples : adapt to metal API ggml: cache sin/cos for RoPE (llama/4908) metal : remove old API (llama/4919) metal : disable log for loaded kernels (llama/4794) gguf : fix potential infinite for-loop (llama/4600) metal : refactor kernel loading code (llama/4794) CUDA: faster q8_0 -> f16 dequantization (llama/4895) talk-llama : add optional CLI arg to set the bot name (ggerganov#1764) examples : add python example for transcription (ggerganov#1744) whisper : load the model into multiple buffers of max size 1GB (ggerganov#1763) talk-llama : sync llama.cpp ...
- Loading branch information
Showing
56 changed files
with
9,076 additions
and
4,642 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
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
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
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 ios
updated
14 files
+1 −1 | Makefile | |
+2 −2 | Sources/whisper/coreml/whisper-encoder.mm | |
+13 −5 | Sources/whisper/ggml-alloc.c | |
+13 −9 | Sources/whisper/ggml-backend-impl.h | |
+94 −20 | Sources/whisper/ggml-backend.c | |
+8 −1 | Sources/whisper/ggml-backend.h | |
+4 −1 | Sources/whisper/ggml-metal.h | |
+236 −66 | Sources/whisper/ggml-metal.m | |
+475 −247 | Sources/whisper/ggml-metal.metal | |
+84 −399 | Sources/whisper/ggml-quants.c | |
+1 −1 | Sources/whisper/ggml-quants.h | |
+500 −161 | Sources/whisper/ggml.c | |
+40 −16 | Sources/whisper/include/ggml.h | |
+62 −74 | Sources/whisper/whisper.cpp |
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
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
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
Oops, something went wrong.