Replies: 1 comment
-
As I can see, they are the same. Line 84 in 4fd00b8 Also, I think For example, in candle/candle-examples/Cargo.toml Line 14 in 4fd00b8 Line 34 in 4fd00b8 So, when using candle published crates, you will have For example, to convert an example from Something like: (your project)
cargo add [email protected]
cargo add [email protected]
cargo add [email protected]
curl -kLo src/main.rs https://github.com/huggingface/candle/raw/6400e1b0a08d594e1448d522a41bddc98c584313/candle-examples/examples/phi/main.rs
sed -i '' 's/candle::/candle_core::/' src/main.rs I did this yesterday to test only the CPU and Metal devices. Full "decoupling" of the Phi example: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is the difference between
Beta Was this translation helpful? Give feedback.
All reactions