Skip to content

Commit 36d2765

Browse files
authored
Formatting evaluation.md
Fix formatting
1 parent 70bd5df commit 36d2765

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

torchchat/utils/docs/evaluation.md

Lines changed: 5 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+
### Python
2727

2828
Running wikitext for 10 iterations
2929
```
@@ -40,7 +40,8 @@ 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+
### exported PTE
44+
4445
Running an exported model with ExecuTorch (as PTE)
4546
```
4647
python3 torchchat.py export stories15M --output-pte-path stories15M.pte
@@ -52,7 +53,8 @@ Running multiple tasks and calling eval.py directly (with PTE):
5253
python3 torchchat.py eval stories15M --pte-path stories15M.pte --tasks wikitext hellaswag
5354
```
5455

55-
**exported AOTI**
56+
### exported AOTI
57+
5658
Running an exported model with AOT Inductor (DSO model)
5759
```
5860
python3 torchchat.py export stories15M --dtype fast16 --output-dso-path stories15M.so

0 commit comments

Comments
 (0)