Skip to content

Commit

Permalink
Minor typo fixes in 0 to LitGPT (Lightning-AI#1240)
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt authored Apr 3, 2024
1 parent 70218de commit 4776203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/0_to_litgpt.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pip install -e '.[all]'
 
## Pretrain LLMs

Finetuning LLMs requires substantial compute resources and time commitment. For that reason, most researchers and practitioners prefer to skip this step and continue with the Download pretrained model weights section instead.
Pretraining LLMs requires substantial compute resources and time commitment. For that reason, most researchers and practitioners prefer to skip this step and continue with the *Download pretrained model weights* section instead.

However, if you feel adventurous and want to pretrain your own LLM, here's how.

Expand Down

0 comments on commit 4776203

Please sign in to comment.