Ichsan2895 commited on
Commit
13d9130
1 Parent(s): c4454c1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -25,7 +25,7 @@ Please make sure you have installed CUDA driver in your system, Python 3.10 and
25
  ```
26
  pip install bitsandbytes==0.39.1
27
  pip install transformers==4.31.0
28
- pip install git+https://github.com/huggingface/peft.git
29
  pip install accelerate==0.20.3
30
  pip install einops==0.6.1 scipy sentencepiece datasets
31
  ```
 
25
  ```
26
  pip install bitsandbytes==0.39.1
27
  pip install transformers==4.31.0
28
+ pip install peft==0.4.0
29
  pip install accelerate==0.20.3
30
  pip install einops==0.6.1 scipy sentencepiece datasets
31
  ```