fix broken things from update
This commit is contained in:
parent
816c17ad80
commit
a089bb71f9
1 changed files with 2 additions and 1 deletions
|
|
@ -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");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue