littlebird13 commited on
Commit
acbce9a
·
verified ·
1 Parent(s): 9c1a731

Update README.md

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