Skip to content

Commit

Permalink
Update readme.md (#1322)
Browse files Browse the repository at this point in the history
Updating the readme to coincide with other examples. If you try to run it as previously written, you will get a "cannot find the path specified" error.
  • Loading branch information
ryankopf authored Nov 12, 2023
1 parent 12561b3 commit f4fcf60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion candle-examples/examples/trocr/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ the model itself.
## Running an example

```bash
cargo run --example trocr --release -- --which base --cpu --image assets/trocr.png
cargo run --example trocr --release -- --which base --cpu --image candle-examples/examples/trocr/assets/trocr.png
```

```
Expand Down

0 comments on commit f4fcf60

Please sign in to comment.