lyogavin commited on
Commit
e303cf0
1 Parent(s): 37ba50f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
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/peft.git@v0.4.0
31
+ pip install wandb
32
  ```
33
 
34
  #### inference