summaryrefslogtreecommitdiff
path: root/candle-book
diff options
context:
space:
mode:
authorLaurent Mazare <laurent.mazare@gmail.com>2023-11-11 18:48:52 +0000
committerGitHub <noreply@github.com>2023-11-11 18:48:52 +0000
commita209ce8ceb10c2bcdfca9fcf814b7231964f7907 (patch)
tree0af45b4b2704fa030ae2bccde53cceee7232d599 /candle-book
parentf1e678b39cf39ec0719a8122865a23b0a0d7f60c (diff)
downloadcandle-a209ce8ceb10c2bcdfca9fcf814b7231964f7907.tar.gz
candle-a209ce8ceb10c2bcdfca9fcf814b7231964f7907.tar.bz2
candle-a209ce8ceb10c2bcdfca9fcf814b7231964f7907.zip
Update for 0.3.1. (#1324)
Diffstat (limited to 'candle-book')
-rw-r--r--candle-book/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/candle-book/Cargo.toml b/candle-book/Cargo.toml
index a060a701..d384019b 100644
--- a/candle-book/Cargo.toml
+++ b/candle-book/Cargo.toml
@@ -11,11 +11,11 @@ readme = "README.md"
[dependencies]
accelerate-src = { workspace = true, optional = true }
-candle = { path = "../candle-core", version = "0.3.0", package = "candle-core" }
-candle-datasets = { path = "../candle-datasets", version = "0.3.0" }
-candle-nn = { path = "../candle-nn", version = "0.3.0" }
-candle-transformers = { path = "../candle-transformers", version = "0.3.0" }
-candle-flash-attn = { path = "../candle-flash-attn", version = "0.3.0", optional = true }
+candle = { path = "../candle-core", version = "0.3.1", package = "candle-core" }
+candle-datasets = { path = "../candle-datasets", version = "0.3.1" }
+candle-nn = { path = "../candle-nn", version = "0.3.1" }
+candle-transformers = { path = "../candle-transformers", version = "0.3.1" }
+candle-flash-attn = { path = "../candle-flash-attn", version = "0.3.1", optional = true }
safetensors = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }