Skip to content

Commit

Permalink
Add installation section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
clebert committed Oct 17, 2023
1 parent ed816bd commit 262ab9f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 262ab9f

Please sign in to comment.