diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2023-08-30 11:54:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-30 11:54:00 +0100 |
commit | 618f4e4c788959d3d3c471b1d0f92594176b7e1b (patch) | |
tree | c516fc404f3e37f87f7878f8d4976b0cea2a3b81 /candle-book | |
parent | 5ac0a98f01adc87f3f6aeb95ce670f2ba1a5c75c (diff) | |
download | candle-618f4e4c788959d3d3c471b1d0f92594176b7e1b.tar.gz candle-618f4e4c788959d3d3c471b1d0f92594176b7e1b.tar.bz2 candle-618f4e4c788959d3d3c471b1d0f92594176b7e1b.zip |
Add some documentation. (#673)
* Add some documentation.
* Bump the crate version.
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 6cd0a487..320fb887 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.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 } +candle = { path = "../candle-core", version = "0.2.1", package = "candle-core" } +candle-datasets = { path = "../candle-datasets", version = "0.2.1" } +candle-nn = { path = "../candle-nn", version = "0.2.1" } +candle-transformers = { path = "../candle-transformers", version = "0.2.1" } +candle-flash-attn = { path = "../candle-flash-attn", version = "0.2.1", optional = true } safetensors = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } |