mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 02:38:10 +00:00
Fix the mkl build. (#204)
* Fix the mkl build. * Fix the build properly.
This commit is contained in:
@ -14,7 +14,7 @@ readme = "README.md"
|
||||
candle = { path = "../candle-core" }
|
||||
hf-hub = { workspace = true}
|
||||
candle-nn = { path = "../candle-nn" }
|
||||
intel-mkl-src = { workspace = true, optional = true, features = ["mkl-dynamic-lp64-iomp"]}
|
||||
intel-mkl-src = { workspace = true, optional = true }
|
||||
tokenizers = { workspace = true, features = ["onig"] }
|
||||
rand = { workspace = true }
|
||||
wav = { workspace = true }
|
||||
|
Reference in New Issue
Block a user