Skip to content

Commit

Permalink
Update README.md to include diagram (#1319)
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Raschka <[email protected]>
  • Loading branch information
likethecognac and rasbt authored Apr 22, 2024
1 parent 54628ec commit b52ec52
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ Uses the latest state-of-the-art techniques:

</div>

&nbsp;
<img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/GithubLitGPTDAG2.png" alt="LitGPT steps" width="auto"/>
&nbsp;

# Finetune, pretrain and deploy LLMs Lightning fast ⚡⚡
Expand All @@ -43,6 +45,8 @@ We reimplemented all model architectures and training recipes from scratch for 4

---

&nbsp;

# Choose from 20+ LLMs
LitGPT has 🤯 **custom, from-scratch implementations** of [20+ LLMs](tutorials/download_model_weights.md) without layers of abstraction:

Expand All @@ -57,6 +61,7 @@ LitGPT has 🤯 **custom, from-scratch implementations** of [20+ LLMs](tutorials

<details>
<summary>See full list of 20+ LLMs</summary>

&nbsp;

#### All models
Expand Down Expand Up @@ -88,6 +93,8 @@ LitGPT has 🤯 **custom, from-scratch implementations** of [20+ LLMs](tutorials

</details>

&nbsp;

## Install LitGPT

Install LitGPT with all dependencies (including CLI, quantization, tokenizers for all models, etc.):
Expand All @@ -110,10 +117,9 @@ pip install -e '.[all]'
```
</details>

&nbsp;

---

&nbsp;
# Quick start
After installing LitGPT, select the model and action you want to take on that model (finetune, pretrain, evaluate, deploy, etc...):

Expand Down

0 comments on commit b52ec52

Please sign in to comment.