mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 02:38:10 +00:00
Apply suggestions from code review
This commit is contained in:

committed by
GitHub

parent
2c280007e8
commit
c5e43ad0ab
@ -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**
|
||||
|
Reference in New Issue
Block a user