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 a90c97d commit 2c5cd0dCopy full SHA for 2c5cd0d
README.md
@@ -6,7 +6,8 @@
6
pip install psutil numpy ray torch
7
pip install git+https://github.com/huggingface/transformers # Required for LLaMA.
8
pip install sentencepiece # Required for LlamaTokenizer.
9
-pip install flash-attn # This may take up to 20 mins.
+pip install ninja # To parallelize the compilation of flash-attn.
10
+pip install flash-attn # This may take up to 10 mins.
11
pip install -e .
12
```
13
0 commit comments