We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e71d268 commit 900cd67Copy full SHA for 900cd67
README.md
@@ -47,9 +47,11 @@ Projects inspired by gpt-fast in the community:
47
48
## Installation
49
[Download PyTorch nightly](https://pytorch.org/get-started/locally/)
50
-Install sentencepiece and huggingface_hub
+
51
+Install required packages:
52
53
```bash
-pip install sentencepiece huggingface_hub
54
+pip install -r requirements.txt
55
```
56
57
To download llama models, go to https://huggingface.co/meta-llama/Llama-2-7b and go through steps to obtain access.
0 commit comments