summaryrefslogtreecommitdiff
path: root/candle-wasm-examples/llama2-c
diff options
context:
space:
mode:
authorLaurent Mazare <laurent.mazare@gmail.com>2023-08-02 08:20:22 +0100
committerGitHub <noreply@github.com>2023-08-02 08:20:22 +0100
commit51e51da89687dc4678f64377e1c9ef7a74fb410e (patch)
tree21890778d268723a95cf6915469812e3f5db2f00 /candle-wasm-examples/llama2-c
parent6e33ff62d610776bf5a6b2144b2e8f98c39ccfcc (diff)
downloadcandle-51e51da89687dc4678f64377e1c9ef7a74fb410e.tar.gz
candle-51e51da89687dc4678f64377e1c9ef7a74fb410e.tar.bz2
candle-51e51da89687dc4678f64377e1c9ef7a74fb410e.zip
Rename the candle crate to candle-core (#301)
* Rename to candle-core. * More candle-core renaming.
Diffstat (limited to 'candle-wasm-examples/llama2-c')
-rw-r--r--candle-wasm-examples/llama2-c/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/candle-wasm-examples/llama2-c/Cargo.toml b/candle-wasm-examples/llama2-c/Cargo.toml
index 6aae0e59..78c0f1a4 100644
--- a/candle-wasm-examples/llama2-c/Cargo.toml
+++ b/candle-wasm-examples/llama2-c/Cargo.toml
@@ -11,7 +11,7 @@ license = "MIT/Apache-2.0"
readme = "README.md"
[dependencies]
-candle = { path = "../../candle-core" }
+candle = { path = "../../candle-core", package = "candle-core" }
candle-nn = { path = "../../candle-nn" }
num-traits = { workspace = true }