generated from aarnphm/bazix
-
Notifications
You must be signed in to change notification settings - Fork 63
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 pybind11
updated
7 files
Submodule whispercpp
updated
15 files
+3 −0 | .gitignore | |
+8 −5 | Makefile | |
+1 −0 | README.md | |
+1 −0 | examples/CMakeLists.txt | |
+2 −0 | examples/talk-llama/.gitignore | |
+16 −0 | examples/talk-llama/CMakeLists.txt | |
+32 −0 | examples/talk-llama/README.md | |
+1,865 −0 | examples/talk-llama/llama.cpp | |
+153 −0 | examples/talk-llama/llama.h | |
+20 −0 | examples/talk-llama/speak.sh | |
+529 −0 | examples/talk-llama/talk-llama.cpp | |
+4 −1 | examples/talk/speak.sh | |
+2,437 −537 | ggml.c | |
+26 −1 | ggml.h | |
+22 −35 | whisper.cpp |