first commit 2d2f1d3
ali.athar commited on
How to use fun-research/Video-LLaVA-Seg with Transformers:
# Load model directly
from transformers import AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained("fun-research/Video-LLaVA-Seg", dtype="auto")