LLMs-from-scratch

LLMs-from-scratch

Implement a ChatGPT-like LLM in PyTorch from scratch, step by step

llmchataidevelopment
92,142 stars14,234 forksJupyter Notebook

Installation Guide

Complexity:Moderate

Prerequisites

  • Jupyter Notebook installed
# Installation

```bash
git clone https://github.com/rasbt/LLMs-from-scratch.git
cd LLMs-from-scratch
```

See https://github.com/rasbt/LLMs-from-scratch for detailed instructions.

Quick Commands

git clone https://github.com/rasbt/LLMs-from-scratch.git