Update README.md
Browse files
README.md
CHANGED
@@ -104,7 +104,7 @@ We have three models with 3, 7 and 72 billion parameters. This repo contains the
|
|
104 |
## Requirements
|
105 |
The code of Qwen2.5-VL has been in the latest Hugging face transformers and we advise you to build from source with command:
|
106 |
```
|
107 |
-
pip install git+https://github.com/huggingface/
|
108 |
```
|
109 |
or you might encounter the following error:
|
110 |
```
|
@@ -118,7 +118,7 @@ Below, we provide simple examples to show how to use Qwen2.5-VL with 🤖 ModelS
|
|
118 |
|
119 |
The code of Qwen2.5-VL has been in the latest Hugging face transformers and we advise you to build from source with command:
|
120 |
```
|
121 |
-
pip install git+https://github.com/huggingface/
|
122 |
```
|
123 |
or you might encounter the following error:
|
124 |
```
|
|
|
104 |
## Requirements
|
105 |
The code of Qwen2.5-VL has been in the latest Hugging face transformers and we advise you to build from source with command:
|
106 |
```
|
107 |
+
pip install git+https://github.com/huggingface/transformers accelerate
|
108 |
```
|
109 |
or you might encounter the following error:
|
110 |
```
|
|
|
118 |
|
119 |
The code of Qwen2.5-VL has been in the latest Hugging face transformers and we advise you to build from source with command:
|
120 |
```
|
121 |
+
pip install git+https://github.com/huggingface/transformers accelerate
|
122 |
```
|
123 |
or you might encounter the following error:
|
124 |
```
|