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
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule whispercpp
updated
13 files
+2 −2 | Makefile | |
+12 −2 | bindings/java/src/main/java/io/github/ggerganov/whispercpp/params/WhisperFullParams.java | |
+8 −9 | bindings/java/src/test/java/io/github/ggerganov/whispercpp/WhisperCppTest.java | |
+1 −0 | examples/CMakeLists.txt | |
+140 −36 | examples/command/command.cpp | |
+423 −0 | examples/grammar-parser.cpp | |
+29 −0 | examples/grammar-parser.h | |
+5 −0 | examples/talk-llama/talk-llama.cpp | |
+57 −0 | grammars/assistant.gbnf | |
+29 −0 | grammars/chess.gbnf | |
+16 −0 | grammars/colors.gbnf | |
+555 −31 | whisper.cpp | |
+37 −0 | whisper.h |