RaushanTurganbay HF staff commited on
Commit
424f5cc
·
verified ·
1 Parent(s): 476da46

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -44,7 +44,7 @@ https://llava-vl.github.io/
44
 
45
  ## How to use the model
46
 
47
- First, make sure to have `transformers >= 4.35.3`.
48
  The model supports multi-image and multi-prompt generation. Meaning that you can pass multiple images in your prompt. Make sure also to follow the correct prompt template by applyong chat template:
49
 
50
  ### Using `pipeline`:
 
44
 
45
  ## How to use the model
46
 
47
+ First, make sure to have `transformers` installed from source or `transformers >= 4.45.0`.
48
  The model supports multi-image and multi-prompt generation. Meaning that you can pass multiple images in your prompt. Make sure also to follow the correct prompt template by applyong chat template:
49
 
50
  ### Using `pipeline`: