From ef14a7a400936b0a5da65127b97d3fce5d6da9f0 Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Wed, 3 Apr 2024 13:32:20 -0500 Subject: [PATCH 1/3] 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 65d19cef10..51074a26a1 100644 --- a/tutorials/0_to_litgpt.md +++ b/tutorials/0_to_litgpt.md @@ -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. +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. However, if you feel adventurous and want to pretrain your own LLM, here's how. From e29fd553f5b37d758b0ce909a21b87b4af95a29c Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Wed, 3 Apr 2024 13:32:48 -0500 Subject: [PATCH 2/3] 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. From 6fa637bcd5d68d3bff72d5fa98383709b3405867 Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Wed, 3 Apr 2024 13:33:12 -0500 Subject: [PATCH 3/3] 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 810f700310..76d928bd0f 100644 --- a/tutorials/0_to_litgpt.md +++ b/tutorials/0_to_litgpt.md @@ -43,7 +43,7 @@ pip install -e '.[all]'   ## Pretrain LLMs -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. +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.