Update README.md
Browse files
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.
|
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`:
|