From 0b399a64d49b14ab153478dbd081472993c4fcee Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Wed, 17 Apr 2024 14:14:50 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f6460c540e..d614528276 100644 --- a/README.md +++ b/README.md @@ -231,6 +231,7 @@ mkdir -p custom_texts curl https://www.gutenberg.org/cache/epub/24440/pg24440.txt --output custom_texts/book1.txt curl https://www.gutenberg.org/cache/epub/26393/pg26393.txt --output custom_texts/book2.txt +```bash # 1) Download a pretrained model litgpt download --repo_id EleutherAI/pythia-160m @@ -249,6 +250,8 @@ litgpt chat \ --checkpoint_dir out/custom-model/final ``` +  + ### Deploy an LLM This example illustrates how to deploy an LLM using LitGPT