remove openblas from linux for now

This commit is contained in:
CJ Pais 2025-08-02 20:44:09 -07:00
parent 0e73afb609
commit e41f9bf1aa

View file

@ -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"