Allow fallback to GGML when CoreML model not available.
This commit is contained in:
parent
0859b41191
commit
5c0d6ce957
1 changed files with 1 additions and 0 deletions
|
|
@ -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");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue