Instructions to use harshareddy21/llava_1.2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use harshareddy21/llava_1.2 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("harshareddy21/llava_1.2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "image_token": "<image>", | |
| "patch_size": null, | |
| "processor_class": "LlavaNextProcessor", | |
| "vision_feature_select_strategy": null | |
| } | |