StarCycle commited on
Commit
2791276
1 Parent(s): b3106aa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -50,6 +50,10 @@ git clone https://github.com/huggingface/peft
50
  git clone https://github.com/InternLM/xtuner
51
  ```
52
  Now please replace the files in transformers and xtuner with the source code files in modified_transformers and modified_xtuner.
 
 
 
 
53
 
54
  Then run
55
  ```
 
50
  git clone https://github.com/InternLM/xtuner
51
  ```
52
  Now please replace the files in transformers and xtuner with the source code files in modified_transformers and modified_xtuner.
53
+ ```
54
+ cp -r ./modified_transformers ./transformers
55
+ cp -r ./modified_xtuner ./xtuner
56
+ ```
57
 
58
  Then run
59
  ```