Adressed comments.

This commit is contained in:
Nicolas Patry
2023-08-01 14:02:21 +02:00
parent ebd0315623
commit 5cead227ef
2 changed files with 8 additions and 5 deletions

View File

@ -9,7 +9,7 @@ cargo add --git https://github.com/LaurentMazare/candle.git candle
```
At this point, candle will be built **without** CUDA support.
To get CUDA support use the feature `cuda`
To get CUDA support use the `cuda` feature
```bash
cargo add --git https://github.com/LaurentMazare/candle.git candle --features cuda
```