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