From 03e4bc8e689904ca44da12a072476b89e5e9f88b Mon Sep 17 00:00:00 2001 From: Usman Date: Tue, 14 Oct 2025 17:48:07 +0500 Subject: [PATCH] docs: Remove comma before "that" in README pipeline sentence Improve readability by removing unnecessary comma before "that" in pipeline sentence for better grammar and flow. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc01055..58ab2a6 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ > 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. +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. ## Quick start