Update README.md
Browse files
README.md
CHANGED
@@ -33,8 +33,9 @@ llava-clip-internlm2-1_8b-v1 | - | 63.5 | - | 62.9 | 36.3
|
|
33 |
|
34 |
## Installation
|
35 |
```
|
|
|
36 |
git clone https://github.com/huggingface/transformers/
|
37 |
-
https://github.com/huggingface/peft
|
38 |
git clone https://github.com/InternLM/xtuner
|
39 |
```
|
40 |
Now please replace the files in transformers and xtuner with the source code files in modified_transformers and modified_xtuner.
|
|
|
33 |
|
34 |
## Installation
|
35 |
```
|
36 |
+
# We need the newest version so clone from github
|
37 |
git clone https://github.com/huggingface/transformers/
|
38 |
+
git clone https://github.com/huggingface/peft
|
39 |
git clone https://github.com/InternLM/xtuner
|
40 |
```
|
41 |
Now please replace the files in transformers and xtuner with the source code files in modified_transformers and modified_xtuner.
|