From fe23241ba04f0ed8b4971a541b0a360e62c2bc79 Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Wed, 3 Jul 2024 05:56:46 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74e6226..44309ae 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Build a Large Language Model (From Scratch) -This repository contains the code for coding, pretraining, and finetuning a GPT-like LLM and is the official code repository for the book [Build a Large Language Model (From Scratch)](http://mng.bz/orYv). +This repository contains the code for developing, pretraining, and finetuning a GPT-like LLM and is the official code repository for the book [Build a Large Language Model (From Scratch)](http://mng.bz/orYv). (If you downloaded the code bundle from the Manning website, please consider visiting the official code repository on GitHub at [https://github.com/rasbt/LLMs-from-scratch](https://github.com/rasbt/LLMs-from-scratch).)