Fix the mkl build. (#204)

* Fix the mkl build.

* Fix the build properly.
This commit is contained in:
Laurent Mazare
2023-07-19 20:41:11 +02:00
committed by GitHub
parent 536c5e702e
commit c34f932319
2 changed files with 2 additions and 2 deletions

View File

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