mirror of
https://github.com/huggingface/candle.git
synced 2025-06-15 10:26:33 +00:00
Support the Accelerate BLAS on macOS. (#325)
* Add the accelerate feature. * Ffi tweaks.
This commit is contained in:
@ -24,6 +24,7 @@ categories = ["science"]
|
||||
license = "MIT/Apache-2.0"
|
||||
|
||||
[workspace.dependencies]
|
||||
accelerate-src = { version = "0.3.2" }
|
||||
anyhow = { version = "1", features = ["backtrace"] }
|
||||
byteorder = "1.4.3"
|
||||
clap = { version = "4.2.4", features = ["derive"] }
|
||||
|
Reference in New Issue
Block a user