]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
whisper : add Core ML support (#566)
authorGeorgi Gerganov <redacted>
Sat, 15 Apr 2023 10:21:27 +0000 (13:21 +0300)
committerGitHub <redacted>
Sat, 15 Apr 2023 10:21:27 +0000 (13:21 +0300)
commit5e47e223bd74af8a16cd4f2900cfbcfb92cd1f18
tree39544938a302f59bb8e666317d024b92893d32c6
parent794ff3074a4fad9926f90dc6e3d838fb81bbc183
whisper : add Core ML support (#566)

* coreml : use Core ML encoder inference

* coreml : simlpify whisper_encode + log messages

* whisper : resolve rebase conflicts

* coreml : add scripts for CoreML model generation

* bench-all : recognize COREML flag
15 files changed:
.gitignore
CMakeLists.txt
Makefile
coreml/whisper-decoder-impl.h [new file with mode: 0644]
coreml/whisper-decoder-impl.m [new file with mode: 0644]
coreml/whisper-encoder-impl.h [new file with mode: 0644]
coreml/whisper-encoder-impl.m [new file with mode: 0644]
coreml/whisper-encoder.h [new file with mode: 0644]
coreml/whisper-encoder.mm [new file with mode: 0644]
extra/bench-all.sh
models/convert-whisper-to-coreml.py [new file with mode: 0644]
models/download-coreml-model.sh [new file with mode: 0755]
models/generate-coreml-interface.sh [new file with mode: 0755]
models/generate-coreml-model.sh [new file with mode: 0755]
whisper.cpp