Update README.md
Browse files
README.md
CHANGED
@@ -26,6 +26,9 @@ pip install ninja
|
|
26 |
pip install flash-attn --no-build-isolation
|
27 |
pip install git+https://github.com/HazyResearch/flash-attention.git#subdirectory=csrc/rotary
|
28 |
pip install git+https://github.com/HazyResearch/flash-attention.git#subdirectory=csrc/xentropy
|
|
|
|
|
|
|
29 |
```
|
30 |
|
31 |
#### inference
|
|
|
26 |
pip install flash-attn --no-build-isolation
|
27 |
pip install git+https://github.com/HazyResearch/flash-attention.git#subdirectory=csrc/rotary
|
28 |
pip install git+https://github.com/HazyResearch/flash-attention.git#subdirectory=csrc/xentropy
|
29 |
+
pip install evaluate
|
30 |
+
pip install git+https://github.com/huggingface/[email protected]
|
31 |
+
pip install wandb
|
32 |
```
|
33 |
|
34 |
#### inference
|