StarCycle commited on
Commit
b3106aa
1 Parent(s): 2d3ddbc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -53,6 +53,8 @@ Now please replace the files in transformers and xtuner with the source code fil
53
 
54
  Then run
55
  ```
 
 
56
  pip install -e ./xtuner[deepspeed]
57
  apt install git-lfs
58
  ```
 
53
 
54
  Then run
55
  ```
56
+ pip install -e ./transformers
57
+ pip install -e ./peft
58
  pip install -e ./xtuner[deepspeed]
59
  apt install git-lfs
60
  ```