Fixing tests + matmul from MFA

This commit is contained in:
Nicolas Patry
2023-12-13 16:58:36 +01:00
parent 0404a3eb5b
commit 931432ed55
5 changed files with 128 additions and 23 deletions

View File

@ -10,7 +10,7 @@ categories = ["science"]
license = "MIT OR Apache-2.0"
[dependencies]
metal = { version = "0.27.1", features = ["mps"], package="candle-metal" }
metal = { version = "0.27.0", features = ["mps"]}
once_cell = "1.18.0"
thiserror = "1"
tracing = "0.1.37"