Skip to content

Commit

Permalink
fix blis dep
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Dec 5, 2024
1 parent d698beb commit 64182c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-rt/test-blas/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ itertools.workspace = true
lazy_static.workspace = true
suite-onnx = { path = "../suite-onnx" }
suite-unit = { path = "../suite-unit" }
tract-core.workspace = true
tract-core = { workspace = true, features = [ "blis" ] }

[dev-dependencies]
infra = { path = "../infra" }
Expand All @@ -20,5 +20,5 @@ lazy_static.workspace = true
log.workspace = true
suite-onnx = { path = "../suite-onnx" }
suite-unit = { path = "../suite-unit" }
tract-core.workspace = true
tract-core = { workspace = true, features = [ "blis" ] }
tract-onnx-opl.workspace = true

0 comments on commit 64182c0

Please sign in to comment.