Skip to content

Commit a28d1aa

Browse files
authored
Adding CLI arg to select model type for ET runner (pytorch#935)
1 parent ef5f365 commit a28d1aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ scripts/build_native.sh et
284284

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

290290
</details>

0 commit comments

Comments
 (0)