Instructions to use llava-hf/LLaVA-NeXT-Video-7B-DPO-hf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use llava-hf/LLaVA-NeXT-Video-7B-DPO-hf with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("llava-hf/LLaVA-NeXT-Video-7B-DPO-hf") model = AutoModelForMultimodalLM.from_pretrained("llava-hf/LLaVA-NeXT-Video-7B-DPO-hf", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Issue with Accessing LLaVA-NeXT-Video-7B-DPO-hf on Hugging Face: 404 Error
1
#2 opened almost 2 years ago
by
RachelZhou
Transformers 4.42.0? Where can I get that?
2
#1 opened about 2 years ago
by
retIbedi