Update README.md
Browse files
README.md
CHANGED
|
@@ -352,6 +352,9 @@ The model was trained on [LLaVA-OneVision Dataset](https://huggingface.co/datase
|
|
| 352 |
**Feel free to share your generations in the Community tab!**
|
| 353 |
|
| 354 |
### Generation
|
|
|
|
|
|
|
|
|
|
| 355 |
```python
|
| 356 |
# pip install git+https://github.com/LLaVA-VL/LLaVA-NeXT.git
|
| 357 |
from llava.model.builder import load_pretrained_model
|
|
|
|
| 352 |
**Feel free to share your generations in the Community tab!**
|
| 353 |
|
| 354 |
### Generation
|
| 355 |
+
|
| 356 |
+
We provide the simple generation process for using our model. For more details, you could refer to [Github](https://github.com/LLaVA-VL/LLaVA-NeXT).
|
| 357 |
+
|
| 358 |
```python
|
| 359 |
# pip install git+https://github.com/LLaVA-VL/LLaVA-NeXT.git
|
| 360 |
from llava.model.builder import load_pretrained_model
|