mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 02:38:10 +00:00
fix code snippets
This commit is contained in:
@ -18,7 +18,7 @@ Let's see how to run a simple matrix multiplication.
|
|||||||
|
|
||||||
We will need the [`anyhow`](https://docs.rs/anyhow/latest/anyhow/) package for our example, so let's also add it to our app.
|
We will need the [`anyhow`](https://docs.rs/anyhow/latest/anyhow/) package for our example, so let's also add it to our app.
|
||||||
|
|
||||||
```
|
```bash
|
||||||
cd myapp
|
cd myapp
|
||||||
cargo add anyhow
|
cargo add anyhow
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user