shany000 commited on
Commit
8b5ad6b
·
verified ·
1 Parent(s): 33e0ad9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -71,7 +71,7 @@ Below, we provide simple examples to show how to use Qwen3-VL with 🤖 ModelSco
71
  The code of Qwen3-VL has been in the latest Hugging face transformers and we advise you to build from source with command:
72
  ```
73
  pip install git+https://github.com/huggingface/transformers
74
- # pip install transformers==4.57.0 # currently, V4.57.0 is not released
75
  ```
76
 
77
  ### Using 🤗 Transformers to Chat
 
71
  The code of Qwen3-VL has been in the latest Hugging face transformers and we advise you to build from source with command:
72
  ```
73
  pip install git+https://github.com/huggingface/transformers
74
+ # pip install transformers==4.57.0 # currently, V4.57.0 is released
75
  ```
76
 
77
  ### Using 🤗 Transformers to Chat