diff --git a/README.md b/README.md index 06a30ca..1a94c07 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,14 @@ However, my goal is to continue porting the improvements and new features of And this codebase. At present, my Zig port produces the same output as the C version. I ensure this through the following linked [tests](./test.sh). +## Installation + +```sh +# Make sure you have git-lfs installed (https://git-lfs.com) +git lfs install +git clone git@github.com:clebert/llama2.zig.git +``` + ## Papers - Standard transformer architecture: [Attention Is All You Need](https://arxiv.org/abs/1706.03762)