Add inference example.
Browse files
README.md
CHANGED
|
@@ -69,6 +69,9 @@ To use this model, ensure you have the following dependencies installed:
|
|
| 69 |
torch==2.4.1+cu121
|
| 70 |
transformers==4.45.1
|
| 71 |
|
|
|
|
|
|
|
|
|
|
| 72 |
## Training Details
|
| 73 |
|
| 74 |
### Training Data
|
|
|
|
| 69 |
torch==2.4.1+cu121
|
| 70 |
transformers==4.45.1
|
| 71 |
|
| 72 |
+
Do inference according to [this](https://huggingface.co/docs/transformers/en/model_doc/llava_next#:~:text=skip_special_tokens%3DTrue))-,Multi%20image%20inference,-LLaVa%2DNext%20can)
|
| 73 |
+
llava-next example.
|
| 74 |
+
|
| 75 |
## Training Details
|
| 76 |
|
| 77 |
### Training Data
|