5566 Forks
41288 Stars
41288 Watchers

LLMs-from-scratch

Implement a ChatGPT-like LLM in PyTorch from scratch, step by step

How to download and setup LLMs-from-scratch

Open terminal and run command
git clone https://github.com/rasbt/LLMs-from-scratch.git
git clone is used to create a copy or clone of LLMs-from-scratch repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with LLMs-from-scratch https://github.com/rasbt/LLMs-from-scratch/archive/master.zip

Or simply clone LLMs-from-scratch with SSH
[email protected]:rasbt/LLMs-from-scratch.git

If you have some problems with LLMs-from-scratch

You may open issue on LLMs-from-scratch support forum (system) here: https://github.com/rasbt/LLMs-from-scratch/issues