From 262ab9f8d84e96ba46aa10d67b87ee1c3410d0de Mon Sep 17 00:00:00 2001 From: Clemens Akens Date: Tue, 17 Oct 2023 17:29:41 +0200 Subject: [PATCH] Add installation section to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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)