fix repo link

This commit is contained in:
choisi
2023-08-09 11:29:48 +08:00
parent cf965ecaa8
commit 47a5bee249
3 changed files with 6 additions and 6 deletions

View File

@ -5,13 +5,13 @@ Start by creating a new app:
```bash
cargo new myapp
cd myapp
cargo add --git https://github.com/LaurentMazare/candle.git candle
cargo add --git https://github.com/huggingface/candle.git candle-core
```
At this point, candle will be built **without** CUDA support.
To get CUDA support use the `cuda` feature
```bash
cargo add --git https://github.com/LaurentMazare/candle.git candle --features cuda
cargo add --git https://github.com/huggingface/candle.git candle-core --features cuda
```
You can check everything works properly: