sym / 3.py
symlink's picture
test
1a9120a
raw
history blame
247 Bytes
# Load model directly
from transformers import AutoProcessor, AutoModelForCausalLM
processor = AutoProcessor.from_pretrained("lmms-lab/LLaVA-NeXT-Video-32B-Qwen")
model = AutoModelForCausalLM.from_pretrained("lmms-lab/LLaVA-NeXT-Video-32B-Qwen")