mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-12-24 21:52:20 +00:00
Add download instructions
This commit is contained in:
parent
2ce1d16de0
commit
3549c2b0d4
13
README.md
13
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).)
|
||||
|
||||
<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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user