From 51e51da89687dc4678f64377e1c9ef7a74fb410e Mon Sep 17 00:00:00 2001 From: Laurent Mazare Date: Wed, 2 Aug 2023 08:20:22 +0100 Subject: Rename the candle crate to candle-core (#301) * Rename to candle-core. * More candle-core renaming. --- candle-wasm-examples/llama2-c/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'candle-wasm-examples/llama2-c') 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 } -- cgit v1.2.3