From e29fd553f5b37d758b0ce909a21b87b4af95a29c Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Wed, 3 Apr 2024 13:32:48 -0500 Subject: [PATCH] Update 0_to_litgpt.md --- tutorials/0_to_litgpt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/0_to_litgpt.md b/tutorials/0_to_litgpt.md index 51074a26a1..810f700310 100644 --- a/tutorials/0_to_litgpt.md +++ b/tutorials/0_to_litgpt.md @@ -43,7 +43,7 @@ pip install -e '.[all]'   ## Pretrain LLMs -Preraining 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.