Skip to content

Commit

Permalink
feat: sync whisper.cpp (#273)
Browse files Browse the repository at this point in the history
* feat: sync whisper.cpp & update patches & api usage

* feat: sync whisper.cpp

* fix(ios): add missing ggml-metal-impl.h
  • Loading branch information
jhen0409 authored Nov 21, 2024
1 parent b8cf5d8 commit 2453e82
Show file tree
Hide file tree
Showing 44 changed files with 50,165 additions and 36,452 deletions.
8 changes: 7 additions & 1 deletion android/src/main/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,16 @@ set(RNWHISPER_LIB_DIR ${CMAKE_SOURCE_DIR}/../../../cpp)
set(
SOURCE_FILES
${RNWHISPER_LIB_DIR}/ggml.c
${RNWHISPER_LIB_DIR}/ggml-aarch64.c
${RNWHISPER_LIB_DIR}/ggml-alloc.c
${RNWHISPER_LIB_DIR}/ggml-backend.cpp
${RNWHISPER_LIB_DIR}/ggml-backend-reg.cpp
${RNWHISPER_LIB_DIR}/ggml-cpu.c
${RNWHISPER_LIB_DIR}/ggml-cpu.cpp
${RNWHISPER_LIB_DIR}/ggml-cpu-aarch64.c
${RNWHISPER_LIB_DIR}/ggml-cpu-quants.c
${RNWHISPER_LIB_DIR}/ggml-threading.cpp
${RNWHISPER_LIB_DIR}/ggml-quants.c
${RNWHISPER_LIB_DIR}/ggml-aarch64.c
${RNWHISPER_LIB_DIR}/whisper.cpp
${RNWHISPER_LIB_DIR}/rn-audioutils.cpp
${RNWHISPER_LIB_DIR}/rn-whisper.cpp
Expand Down
Loading

0 comments on commit 2453e82

Please sign in to comment.