From e41f9bf1aa3c5e4cb23ec147012de1201bedf3d5 Mon Sep 17 00:00:00 2001 From: CJ Pais Date: Sat, 2 Aug 2025 20:44:09 -0700 Subject: [PATCH] remove openblas from linux for now --- src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 0aae970..c9d3041 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -68,7 +68,7 @@ whisper-rs = { version = "0.13.2", features = ["metal"] } whisper-rs = { version = "0.13.2", features = ["vulkan"] } [target.'cfg(target_os = "linux")'.dependencies] -whisper-rs = { version = "0.13.2", features = ["openblas", "vulkan"] } +whisper-rs = { version = "0.13.2", features = ["vulkan"] } [target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies] tauri-plugin-autostart = "2"