-
-
Notifications
You must be signed in to change notification settings - Fork 166
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
1 parent
2d54a4e
commit 28cb1e2
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule babylon_tts
updated
5 files
+ − | android/src/main/jniLibs/arm64-v8a/libbabylon.so | |
+ − | android/src/main/jniLibs/x86_64/libbabylon.so | |
+ − | linux/libbabylon.so | |
+ − | macos/libbabylon.dylib | |
+ − | windows/babylon.dll |
Submodule maid_llm
updated
10 files
+4 −0 | android/CMakeLists.txt | |
+1 −1 | ios/llama_cpp | |
+4 −0 | ios/maid_llm.podspec | |
+279 −85 | lib/src/bindings.dart | |
+0 −4 | lib/src/gpt_params.dart | |
+1 −1 | macos/llama_cpp | |
+4 −0 | macos/maid_llm.podspec | |
+1 −1 | src/llama_cpp | |
+1 −2 | src/maid_llm.h | |
+0 −2 | src/utils.hpp |