diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2023-10-01 13:51:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-01 13:51:57 +0100 |
commit | 096dee7073e960f4b845a430b889a9fb2f2f0c78 (patch) | |
tree | 919e205987c6dc118040b5bc9fa666bd13788e59 /candle-book | |
parent | f6054e9d60ef15add8a9a20b0aae8db630383d8f (diff) | |
download | candle-096dee7073e960f4b845a430b889a9fb2f2f0c78.tar.gz candle-096dee7073e960f4b845a430b889a9fb2f2f0c78.tar.bz2 candle-096dee7073e960f4b845a430b889a9fb2f2f0c78.zip |
Bump the version to 0.3.0. (#1014)
* Bump the version to 0.3.0.
* Changelog update.
Diffstat (limited to 'candle-book')
-rw-r--r-- | candle-book/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/candle-book/Cargo.toml b/candle-book/Cargo.toml index 8ec92e87..8aec0822 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.2.3", package = "candle-core" } -candle-datasets = { path = "../candle-datasets", version = "0.2.3" } -candle-nn = { path = "../candle-nn", version = "0.2.3" } -candle-transformers = { path = "../candle-transformers", version = "0.2.3" } -candle-flash-attn = { path = "../candle-flash-attn", version = "0.2.3", 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 } safetensors = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } |