sym / app.py
symlink's picture
test
ef50b15
raw
history blame
152 Bytes
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-generation", model="lmms-lab/LLaVA-NeXT-Video-7B-DPO")