We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 986e366 commit 181814eCopy full SHA for 181814e
crates/whisper-local/src/ggml.rs
@@ -7,7 +7,7 @@ pub struct GgmlBackend {
7
pub free_memory_mb: usize,
8
}
9
10
-#[cfg(any(feature = "actual", debug_assertions))]
+#[cfg(not(all(feature = "actual", not(debug_assertions))))]
11
pub fn list_ggml_backends() -> Vec<GgmlBackend> {
12
vec![]
13
0 commit comments