Skip to content

Commit 70bd5df

Browse files
authored
Update evaluation.md
Fix typo
1 parent d5c9151 commit 70bd5df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

torchchat/utils/docs/evaluation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ python3 torchchat.py eval stories15M --compile --tasks wikitext hellaswag
4141
```
4242

4343
**exported PTE**
44-
Running an exported model as PTE
44+
Running an exported model with ExecuTorch (as PTE)
4545
```
4646
python3 torchchat.py export stories15M --output-pte-path stories15M.pte
4747
python3 torchchat.py eval stories15M --pte-path stories15M.pte
@@ -53,10 +53,10 @@ python3 torchchat.py eval stories15M --pte-path stories15M.pte --tasks wikitext
5353
```
5454

5555
**exported AOTI**
56-
Running an exported model as PTE
56+
Running an exported model with AOT Inductor (DSO model)
5757
```
5858
python3 torchchat.py export stories15M --dtype fast16 --output-dso-path stories15M.so
59-
python3 torchchat.py eval stories15M --dtype fast16 --pte-path stories15M.so
59+
python3 torchchat.py eval stories15M --dtype fast16 --dso-path stories15M.so
6060
```
6161

6262
Running multiple tasks and calling eval.py directly (with AOTI):

0 commit comments

Comments
 (0)