fix broken things from update

This commit is contained in:
Zero 2023-05-14 14:01:38 -06:00
parent 816c17ad80
commit a089bb71f9
No known key found for this signature in database
GPG key ID: 3861E636EA1E0E2B

View file

@ -95,7 +95,8 @@ fn main() {
.arg("-DWHISPER_BUILD_EXAMPLES=OFF"); .arg("-DWHISPER_BUILD_EXAMPLES=OFF");
#[cfg(feature = "coreml")] #[cfg(feature = "coreml")]
cmd.arg("-DWHISPER_COREML=ON"); cmd.arg("-DWHISPER_COREML=ON")
.arg("-DWHISPER_COREML_ALLOW_FALLBACK=1");
#[cfg(feature = "cuda")] #[cfg(feature = "cuda")]
cmd.arg("-DWHISPER_CUBLAS=ON"); cmd.arg("-DWHISPER_CUBLAS=ON");