cargo fmt
This commit is contained in:
parent
ccccfe758d
commit
ba1b79138e
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ fn main() {
|
||||||
if cfg!(feature = "opencl") {
|
if cfg!(feature = "opencl") {
|
||||||
config.define("WHISPER_CLBLAST", "ON");
|
config.define("WHISPER_CLBLAST", "ON");
|
||||||
}
|
}
|
||||||
|
|
||||||
if cfg!(feature = "metal") {
|
if cfg!(feature = "metal") {
|
||||||
config.define("WHISPER_METAL", "ON");
|
config.define("WHISPER_METAL", "ON");
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue