summaryrefslogtreecommitdiff
path: root/candle-book
diff options
context:
space:
mode:
authorLaurent Mazare <laurent.mazare@gmail.com>2023-12-17 05:34:53 -0600
committerGitHub <noreply@github.com>2023-12-17 05:34:53 -0600
commit94817dac56f3c91235ad94b7b3419ab8c2e87134 (patch)
tree367326a4fd8241b4d2b65975f8ec4d19afb83017 /candle-book
parent1e86717bf274c6a0380f56f195727812e49f80a2 (diff)
downloadcandle-94817dac56f3c91235ad94b7b3419ab8c2e87134.tar.gz
candle-94817dac56f3c91235ad94b7b3419ab8c2e87134.tar.bz2
candle-94817dac56f3c91235ad94b7b3419ab8c2e87134.zip
Bump the crate version to 0.3.2. (#1452)
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 d384019b..94f10c08 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.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 }
+candle = { path = "../candle-core", version = "0.3.2", package = "candle-core" }
+candle-datasets = { path = "../candle-datasets", version = "0.3.2" }
+candle-nn = { path = "../candle-nn", version = "0.3.2" }
+candle-transformers = { path = "../candle-transformers", version = "0.3.2" }
+candle-flash-attn = { path = "../candle-flash-attn", version = "0.3.2", optional = true }
safetensors = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }