littlebird13 commited on
Commit
b937ff8
·
verified ·
1 Parent(s): cd4c8c1

Update README.md

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