Instructions to use lmms-lab/LLaVA-NeXT-Video-34B-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-34B-DPO with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForCausalLM processor = AutoProcessor.from_pretrained("lmms-lab/LLaVA-NeXT-Video-34B-DPO") model = AutoModelForCausalLM.from_pretrained("lmms-lab/LLaVA-NeXT-Video-34B-DPO") - Notebooks
- Google Colab
- Kaggle
preprocessor_config.json is missing
#1
by jiangfan321 - opened
Thank you for releasing the model, it seems that preprocessor_config.json is missing when I try to load the model, I wonder where can I get this file?
llms-lab doesn't seem to add this to most of their models
it's as if they don't want people actually running it!