diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2023-11-11 18:48:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-11 18:48:52 +0000 |
commit | a209ce8ceb10c2bcdfca9fcf814b7231964f7907 (patch) | |
tree | 0af45b4b2704fa030ae2bccde53cceee7232d599 /candle-nn | |
parent | f1e678b39cf39ec0719a8122865a23b0a0d7f60c (diff) | |
download | candle-a209ce8ceb10c2bcdfca9fcf814b7231964f7907.tar.gz candle-a209ce8ceb10c2bcdfca9fcf814b7231964f7907.tar.bz2 candle-a209ce8ceb10c2bcdfca9fcf814b7231964f7907.zip |
Update for 0.3.1. (#1324)
Diffstat (limited to 'candle-nn')
-rw-r--r-- | candle-nn/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/candle-nn/Cargo.toml b/candle-nn/Cargo.toml index 4b1f7917..d3f43c73 100644 --- a/candle-nn/Cargo.toml +++ b/candle-nn/Cargo.toml @@ -11,7 +11,7 @@ readme = "README.md" [dependencies] accelerate-src = { workspace = true, optional = true } -candle = { path = "../candle-core", version = "0.3.0", package = "candle-core" } +candle = { path = "../candle-core", version = "0.3.1", package = "candle-core" } half = { workspace = true } thiserror = { workspace = true } intel-mkl-src = { workspace = true, optional = true } |