Skip to content

Commit

Permalink
deps: 避免 intel-mkl-src 编译时下载静态库
Browse files Browse the repository at this point in the history
Signed-off-by: YdrMaster <ydrml@hotmail.com>
YdrMaster committed Mar 27, 2024
1 parent 33c3097 commit ff46cf7
Showing 2 changed files with 34 additions and 34 deletions.
66 changes: 33 additions & 33 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion transformer-cpu/Cargo.toml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ common = { path = "../common" }
tensor = { path = "../tensor" }
transformer = { path = "../transformer" }
gemm = "0.17"
intel-mkl-src = "0.8"
intel-mkl-src = { version = "0.8", features = ["mkl-dynamic-lp64-iomp"] }

[build-dependencies]
intel-mkl-tool = "0.8"

0 comments on commit ff46cf7

Please sign in to comment.