Skip to content

Commit

Permalink
delete superfluous edit of float16
Browse files Browse the repository at this point in the history
  • Loading branch information
vxw3t8fhjsdkghvbdifuk committed Jan 21, 2025
1 parent b3d878c commit 6df1aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/quicktour.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ To evaluate a model using pipeline parallelism on 2 or more GPUs, run:

```bash
lighteval accelerate \
"pretrained=gpt2,model_parallel=True,dtype=float16" \
"pretrained=gpt2,model_parallel=True" \
"leaderboard|truthfulqa:mc|0|0"
```

Expand Down

0 comments on commit 6df1aad

Please sign in to comment.