remove openblas from linux for now
This commit is contained in:
parent
0e73afb609
commit
e41f9bf1aa
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ whisper-rs = { version = "0.13.2", features = ["metal"] }
|
||||||
whisper-rs = { version = "0.13.2", features = ["vulkan"] }
|
whisper-rs = { version = "0.13.2", features = ["vulkan"] }
|
||||||
|
|
||||||
[target.'cfg(target_os = "linux")'.dependencies]
|
[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]
|
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
|
||||||
tauri-plugin-autostart = "2"
|
tauri-plugin-autostart = "2"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue