Chan-Y commited on
Commit
711cc0a
1 Parent(s): 3c86da4

Update README.md

Browse files

changed the way showing pip install git+https://github.com/huggingface/transformers, now it is easier to see and better formatted

Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -84,7 +84,11 @@ We have three models with 2, 7 and 72 billion parameters. This repo contains the
84
 
85
 
86
  ## Requirements
87
- The code of Qwen2-VL has been in the latest Hugging face transformers and we advise you to build from source with command `pip install git+https://github.com/huggingface/transformers`, or you might encounter the following error:
 
 
 
 
88
  ```
89
  KeyError: 'qwen2_vl'
90
  ```
 
84
 
85
 
86
  ## Requirements
87
+ The code of Qwen2-VL has been in the latest Hugging face transformers and we advise you to build from source with command
88
+ ```python
89
+ pip install git+https://github.com/huggingface/transformers
90
+ ```
91
+ or you might encounter the following error:
92
  ```
93
  KeyError: 'qwen2_vl'
94
  ```