Skip to content

Commit 900cd67

Browse files
authored
Update installation instructions in README.md (#178)
Otherwise tiktoken is missing
1 parent e71d268 commit 900cd67

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,11 @@ Projects inspired by gpt-fast in the community:
4747

4848
## Installation
4949
[Download PyTorch nightly](https://pytorch.org/get-started/locally/)
50-
Install sentencepiece and huggingface_hub
50+
51+
Install required packages:
52+
5153
```bash
52-
pip install sentencepiece huggingface_hub
54+
pip install -r requirements.txt
5355
```
5456

5557
To download llama models, go to https://huggingface.co/meta-llama/Llama-2-7b and go through steps to obtain access.

0 commit comments

Comments
 (0)