From 17ff4c6328686136a9bbda8e9cdbf023381ad776 Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Sat, 13 Jul 2024 06:31:14 -0500 Subject: [PATCH] Add download instructions --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b80a851..c433526 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ 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).) -

@@ -23,6 +21,17 @@ The method described in this book for training and developing your own small-but

+To download a copy of this repository, click on the [Download ZIP](https://github.com/rasbt/LLMs-from-scratch/archive/refs/heads/main.zip) button or execute the following command in your terminal: + +```bash +git clone --depth 1 https://github.com/rasbt/LLMs-from-scratch.git +``` + +(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) for the latest updates.) + +
+
+ # Table of Contents