Skip to content

Commit 4368bdb

Browse files
authored
Formatting evaluation.md
1 parent 36d2765 commit 4368bdb

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
@@ -23,7 +23,7 @@ The evaluation mode of `torchchat.py` script can be used to evaluate your langua
2323

2424
## Examples
2525

26-
### Python
26+
### Evaluation example with model in Python
2727

2828
Running wikitext for 10 iterations
2929
```
@@ -40,7 +40,7 @@ Running multiple tasks and calling eval.py directly (with torch.compile):
4040
python3 torchchat.py eval stories15M --compile --tasks wikitext hellaswag
4141
```
4242

43-
### exported PTE
43+
### Evaluation with model exported to PTE with ExecuTorch
4444

4545
Running an exported model with ExecuTorch (as PTE)
4646
```
@@ -53,7 +53,7 @@ Running multiple tasks and calling eval.py directly (with PTE):
5353
python3 torchchat.py eval stories15M --pte-path stories15M.pte --tasks wikitext hellaswag
5454
```
5555

56-
### exported AOTI
56+
### Evaluation with model exported to DSO with AOT Inductor (AOTI)
5757

5858
Running an exported model with AOT Inductor (DSO model)
5959
```

0 commit comments

Comments
 (0)