diff options
author | Nicolas Patry <patry.nicolas@protonmail.com> | 2023-08-28 15:47:03 +0200 |
---|---|---|
committer | Nicolas Patry <patry.nicolas@protonmail.com> | 2023-08-28 15:47:03 +0200 |
commit | 09c5bd18812d0f17b4ac6704050d7eb9ed67ca84 (patch) | |
tree | 131c7b399a685575221a43266b95e9225afae79c /candle-book | |
parent | fe6c88713d07646f12ae8b60220e275070927cc6 (diff) | |
download | candle-09c5bd18812d0f17b4ac6704050d7eb9ed67ca84.tar.gz candle-09c5bd18812d0f17b4ac6704050d7eb9ed67ca84.tar.bz2 candle-09c5bd18812d0f17b4ac6704050d7eb9ed67ca84.zip |
Rebased
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 6d6e3617..6cd0a487 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.1.0", package = "candle-core" } -candle-datasets = { path = "../candle-datasets", version = "0.1.0" } -candle-nn = { path = "../candle-nn", version = "0.1.0" } -candle-transformers = { path = "../candle-transformers", version = "0.1.0" } -candle-flash-attn = { path = "../candle-flash-attn", version = "0.1.0", optional = true } +candle = { path = "../candle-core", version = "0.2.0", package = "candle-core" } +candle-datasets = { path = "../candle-datasets", version = "0.2.0" } +candle-nn = { path = "../candle-nn", version = "0.2.0" } +candle-transformers = { path = "../candle-transformers", version = "0.2.0" } +candle-flash-attn = { path = "../candle-flash-attn", version = "0.2.0", optional = true } safetensors = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } |