Merge pull request #54 from jcsoo/coreml-allow-fallback

This commit is contained in:
0/0 2023-05-09 15:59:18 +00:00 committed by GitHub
commit 0deb88a347
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,6 +80,7 @@ fn main() {
.arg("-DWHISPER_BUILD_TESTS=OFF") .arg("-DWHISPER_BUILD_TESTS=OFF")
.arg("-DWHISPER_BUILD_EXAMPLES=OFF") .arg("-DWHISPER_BUILD_EXAMPLES=OFF")
.arg("-DWHISPER_COREML=1") .arg("-DWHISPER_COREML=1")
.arg("-DWHISPER_COREML_ALLOW_FALLBACK=1")
.status() .status()
.expect("Failed to generate build script"); .expect("Failed to generate build script");