add nanochat logo png

This commit is contained in:
karpathy
2025-10-13 06:59:59 -07:00
parent 3a5e0bc50b
commit a53833d04f
2 changed files with 2 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
# nanochat
![nanochat logo](dev/nanochat.png)
> The best ChatGPT that $100 can buy.
This repo is a full-stack implementation of an LLM like ChatGPT in a single, clean, minimal, hackable, dependency-lite codebase. nanochat is designed to run on a single 8XH100 node via scripts like [speedrun.sh](speedrun.sh), that run the entire pipeline start to end. This includes tokenization, pretraining, finetuning, evaluation, inference, and web serving over a simple UI so that you can talk to your own LLM just like ChatGPT. nanochat will become the capstone project of the course LLM101n being developed by Eureka Labs.