Skip to content

Commit

Permalink
Merge pull request #138 from solaoi/feature_update-backend-crate-and-…
Browse files Browse the repository at this point in the history
…support-metal

update whisper-rs and support metal build
  • Loading branch information
solaoi authored Apr 14, 2024
2 parents 6f91257 + e77f365 commit 252ea03
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ objc-foundation = "0.1"
objc_id = "0.1"

[target.'cfg(target_arch = "x86_64")'.dependencies]
whisper-rs = { version = "0.10.0" }
whisper-rs = { version = "0.11.1", features = ["metal"] }
[target.'cfg(target_arch = "aarch64")'.dependencies]
whisper-rs = { version = "0.10.0", features = ["coreml"] }
whisper-rs = { version = "0.11.1", features = ["metal", "coreml"] }

[dependencies.tauri-plugin-sql]
git = "https://github.com/tauri-apps/plugins-workspace"
Expand Down

0 comments on commit 252ea03

Please sign in to comment.