Apply suggestions from code review

This commit is contained in:
Patrick von Platen
2023-08-23 13:27:29 +02:00
committed by GitHub
parent 2c280007e8
commit c5e43ad0ab

View File

@ -32,7 +32,7 @@ cargo add --git https://github.com/huggingface/candle.git candle-core --features
Run `cargo build` to make sure everything can be correctly built.
```bash
cargo run
cargo build
```
**Without Cuda support**:
@ -45,10 +45,10 @@ cd myapp
cargo add --git https://github.com/huggingface/candle.git candle-core
```
Finally, run `cargo run` to make sure everything can be correctly built.
Finally, run `cargo build` to make sure everything can be correctly built.
```bash
cargo run
cargo build
```
**With mkl support**