]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
whisper : allow non-CoreML fallback when Core ML cannot be loaded (#812)
authorCanis Lupus <redacted>
Sat, 29 Apr 2023 07:49:02 +0000 (08:49 +0100)
committerGitHub <redacted>
Sat, 29 Apr 2023 07:49:02 +0000 (10:49 +0300)
commit94a7cd2a076db4e5478f37d9fe4c81625bc04fc5
tree52fd31b1e14e5327483ccbbd06797d67aa6a700e
parent3e82ff47474e6d83894cdf8ad3daa128bfa6c256
whisper : allow non-CoreML fallback when Core ML cannot be loaded (#812)

if the Core ML model cannot be loaded, continue without Core ML instead of
returning. This allows a single build to transcribe using Core ML models
where available, and regular models when not.
whisper.cpp