Skip to content

Commit

Permalink
Adding CLI arg to select model type for ET runner (pytorch#935)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Khuu authored Jul 22, 2024
1 parent ef5f365 commit a28d1aa
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 @@ -284,7 +284,7 @@ scripts/build_native.sh et

Execute using the runner
```bash
cmake-out/et_run llama3.pte -z `python3 torchchat.py where llama3`/tokenizer.model -i "Once upon a time"
cmake-out/et_run llama3.pte -z `python3 torchchat.py where llama3`/tokenizer.model -l 3 -i "Once upon a time"
```

</details>
Expand Down

0 comments on commit a28d1aa

Please sign in to comment.