Add download instructions

This commit is contained in:
Sebastian Raschka 2024-07-13 06:31:14 -05:00 committed by GitHub
parent 2ce1d16de0
commit 3549c2b0d4

View File

@ -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).)
<br>
<br>
@ -23,6 +21,17 @@ The method described in this book for training and developing your own small-but
<br>
<br>
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.)
<br>
<br>
# Table of Contents