mirror of
https://github.com/huggingface/candle.git
synced 2025-06-15 18:28:24 +00:00
Rename the candle crate to candle-core (#301)
* Rename to candle-core. * More candle-core renaming.
This commit is contained in:
@ -11,7 +11,7 @@ license = "MIT/Apache-2.0"
|
||||
readme = "README.md"
|
||||
|
||||
[dependencies]
|
||||
candle = { path = "../candle-core" }
|
||||
candle = { path = "../candle-core", package = "candle-core" }
|
||||
hf-hub = { workspace = true}
|
||||
candle-nn = { path = "../candle-nn" }
|
||||
intel-mkl-src = { workspace = true, optional = true }
|
||||
|
Reference in New Issue
Block a user