Skip to content

Commit

Permalink
add ./
Browse files Browse the repository at this point in the history
  • Loading branch information
metascroy committed Apr 8, 2024
1 parent 2d47702 commit e12f16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ You can also run the model with the runner-et. This requires you first build th
After this is done, you can run runner-et with

```
/build/cmake-out/runner_et ${MODEL_OUT}/model.pte -z ${MODEL_OUT}/tokenizer.bin -i "Once upon a time in a land far away"
./build/cmake-out/runner_et ${MODEL_OUT}/model.pte -z ${MODEL_OUT}/tokenizer.bin -i "Once upon a time in a land far away"
```

While we have shown the export and execution of a small model to a mobile/edge
Expand Down

0 comments on commit e12f16c

Please sign in to comment.