Fix a typo in README.md
#5
by
amew0
- opened
README.md
CHANGED
@@ -48,7 +48,7 @@ https://llava-vl.github.io/
|
|
48 |
## How to use the model
|
49 |
|
50 |
First, make sure to have `transformers` installed from [branch](https://github.com/huggingface/transformers/pull/32673) or `transformers >= 4.45.0`.
|
51 |
-
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
|
52 |
|
53 |
### Using `pipeline`:
|
54 |
|
|
|
48 |
## How to use the model
|
49 |
|
50 |
First, make sure to have `transformers` installed from [branch](https://github.com/huggingface/transformers/pull/32673) or `transformers >= 4.45.0`.
|
51 |
+
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 applying chat template:
|
52 |
|
53 |
### Using `pipeline`:
|
54 |
|