diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2023-08-20 08:07:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-20 08:07:07 +0100 |
commit | a8f61e66cc04e2b05caa14a95296ab2b185c3e71 (patch) | |
tree | 565b42d10b31523316b38f887e3716412c94a1dd /candle-wasm-examples/llama2-c | |
parent | aa207f2dd9d0a7176b4da7799270486cc86258a6 (diff) | |
download | candle-a8f61e66cc04e2b05caa14a95296ab2b185c3e71.tar.gz candle-a8f61e66cc04e2b05caa14a95296ab2b185c3e71.tar.bz2 candle-a8f61e66cc04e2b05caa14a95296ab2b185c3e71.zip |
Bump the crates version to 0.1.2. (#522)
Diffstat (limited to 'candle-wasm-examples/llama2-c')
-rw-r--r-- | candle-wasm-examples/llama2-c/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/candle-wasm-examples/llama2-c/Cargo.toml b/candle-wasm-examples/llama2-c/Cargo.toml index 8f743088..a43578cd 100644 --- a/candle-wasm-examples/llama2-c/Cargo.toml +++ b/candle-wasm-examples/llama2-c/Cargo.toml @@ -9,8 +9,8 @@ categories.workspace = true license.workspace = true [dependencies] -candle = { path = "../../candle-core", version = "0.1.1", package = "candle-core" } -candle-nn = { path = "../../candle-nn", version = "0.1.1" } +candle = { path = "../../candle-core", version = "0.1.2", package = "candle-core" } +candle-nn = { path = "../../candle-nn", version = "0.1.2" } num-traits = { workspace = true } tokenizers = { workspace = true, features = ["unstable_wasm"] } |