Skip to content

Commit

Permalink
intro
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed Apr 1, 2024
1 parent 92cda75 commit 4211961
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tutorials/pretrain.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Pretrain LLMs with LitGPT


The simplest way to get started with pretraining LLMs in LitGPT ...

This document explains how to pretrain LLMs using LitGPT.

 
## The Pretraining API
Expand All @@ -13,7 +12,7 @@ You can pretrain models in LitGPT using the `litgpt pretrain` API starting with
litgpt pretrain
```

Shown below is an abbreviated list
Shown below is an abbreviated list:

```
ValueError: Please specify --model_name <model_name>. Available values:
Expand Down

0 comments on commit 4211961

Please sign in to comment.