Instructions to use lmms-lab/LLaVA-NeXT-Video-7B-DPO with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lmms-lab/LLaVA-NeXT-Video-7B-DPO with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForCausalLM processor = AutoProcessor.from_pretrained("lmms-lab/LLaVA-NeXT-Video-7B-DPO") model = AutoModelForCausalLM.from_pretrained("lmms-lab/LLaVA-NeXT-Video-7B-DPO") - Notebooks
- Google Colab
- Kaggle
Missing preprocessor_config.json
#6
by xm-hf - opened
OSError: lmms-lab/LLaVA-NeXT-Video-7B-DPO does not appear to have a file named preprocessor_config.json. Checkout 'https://huggingface.co/lmms-lab/LLaVA-NeXT-Video-7B-DPO/tree/main' for available files.
This comment has been hidden