luodian commited on
Commit
e65c8e9
1 Parent(s): f415481

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -252,6 +252,9 @@ The model was trained on [LLaVA-OneVision Dataset](https://huggingface.co/datase
252
  **Feel free to share your generations in the Community tab!**
253
 
254
  ### Generation
 
 
 
255
  ```python
256
  # pip install git+https://github.com/LLaVA-VL/LLaVA-NeXT.git
257
  from llava.model.builder import load_pretrained_model
 
252
  **Feel free to share your generations in the Community tab!**
253
 
254
  ### Generation
255
+
256
+ 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).
257
+
258
  ```python
259
  # pip install git+https://github.com/LLaVA-VL/LLaVA-NeXT.git
260
  from llava.model.builder import load_pretrained_model