Skip to content

Commit

Permalink
cleanup evaluation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed Apr 3, 2024
1 parent 359dad5 commit 052d097
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tutorials/evaluation.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,6 @@ litgpt evaluate \
--repo_id microsoft/phi-2
```

Please note that the `litgpt eval` command run an internal model conversion.
This is only necessary the first time you want to evaluate a model. To skip the conversion,
when you want to evaluate a model a second time, you can pass the `--skip_conversion true` argument:

```
litgpt evaluate \
--checkpoint_dir checkpoints/microsoft/phi-2/ \
--out_dir evaluate_model/ \
--repo_id microsoft/phi-2 \
--skip_conversion true
```

 

> [!TIP]
Expand Down

0 comments on commit 052d097

Please sign in to comment.