Skip to content

Commit

Permalink
cron: update submodules to latest commits [generated]
Browse files Browse the repository at this point in the history
  • Loading branch information
aarnphm committed Nov 8, 2023
1 parent fe7fed5 commit 2aeddb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extern/whispercpp
Submodule whispercpp updated 45 files
+10 −10 .github/workflows/build.yml
+5 −0 .gitignore
+1 −1 CMakeLists.txt
+2 −1 Makefile
+77 −0 Package.swift
+3 −2 README.md
+1 −1 bindings/go/examples/go-model-download/main.go
+0 −1 bindings/go/whisper.go
+1 −1 bindings/ios
+1 −1 bindings/javascript/package.json
+3 −1 examples/bench.wasm/emscripten.cpp
+3 −1 examples/bench/bench.cpp
+1 −1 examples/livestream.sh
+2 −0 examples/talk-llama/CMakeLists.txt
+1 −1 examples/talk-llama/talk-llama.cpp
+1 −1 examples/twitch.sh
+2 −14 examples/whisper.android/app/build.gradle
+4 −4 examples/whisper.android/app/src/main/java/com/whispercppdemo/ui/main/MainScreenViewModel.kt
+1 −0 examples/whisper.android/lib/.gitignore
+51 −0 examples/whisper.android/lib/build.gradle
+4 −0 examples/whisper.android/lib/src/main/AndroidManifest.xml
+1 −1 examples/whisper.android/lib/src/main/java/com/whispercpp/whisper/LibWhisper.kt
+1 −1 examples/whisper.android/lib/src/main/java/com/whispercpp/whisper/WhisperCpuConfig.kt
+0 −0 examples/whisper.android/lib/src/main/jni/whisper/CMakeLists.txt
+9 −9 examples/whisper.android/lib/src/main/jni/whisper/jni.c
+1 −0 examples/whisper.android/settings.gradle
+1 −0 examples/whisper.swiftui/whisper.cpp.swift/LibWhisper.swift
+0 −4 examples/whisper.swiftui/whisper.cpp.swift/WhisperCppDemo-Bridging-Header.h
+24 −72 examples/whisper.swiftui/whisper.swiftui.xcodeproj/project.pbxproj
+1 −1 extra/convert-all.sh
+3 −3 ggml-metal.m
+6 −6 ggml.c
+2 −1 models/README.md
+2 −2 models/convert-h5-to-coreml.py
+1 −1 models/convert-pt-to-ggml.py
+3 −3 models/convert-whisper-to-coreml.py
+2 −2 models/convert-whisper-to-openvino.py
+1 −1 models/download-coreml-model.sh
+3 −3 models/download-ggml-model.cmd
+1 −0 models/download-ggml-model.sh
+1 −0 spm-headers/ggml.h
+1 −0 spm-headers/whisper.h
+1 −1 tests/run-tests.sh
+44 −14 whisper.cpp
+0 −1 whisper.h

0 comments on commit 2aeddb4

Please sign in to comment.