Skip to content
Discussion options

You must be logged in to vote

As I can see, they are the same.

pub use tensor::{Tensor, TensorId};

Also, I think candle:: instead of candle_core:: is just an artifact of how the workspace is configured.

For example, in candle-examples:

candle = { workspace = true }

candle = { path = "./candle-core", package = "candle-core", version = "0.4.1" }

So, when using candle published crates, you will have candle_core::.

For example, to convert an example from candle-examples to use the crates, you have to rewrite the "uses" of candle.

So…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by vishpat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants