littlebird13 commited on
Commit
471456a
·
verified ·
1 Parent(s): 57a7cc3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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/transformer accelerate
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/transformer accelerate
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
  ```