Skip to content

Commit 181814e

Browse files
committed
fix build
1 parent 986e366 commit 181814e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/whisper-local/src/ggml.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pub struct GgmlBackend {
77
pub free_memory_mb: usize,
88
}
99

10-
#[cfg(any(feature = "actual", debug_assertions))]
10+
#[cfg(not(all(feature = "actual", not(debug_assertions))))]
1111
pub fn list_ggml_backends() -> Vec<GgmlBackend> {
1212
vec![]
1313
}

0 commit comments

Comments
 (0)