How to use DAMO-NLP-SG/VideoLLaMA3-7B with Transformers:
# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("DAMO-NLP-SG/VideoLLaMA3-7B", trust_remote_code=True, dtype="auto")
Whats the Max video length of this model. And is there any general way of estimating the max video length of the VideoLlama models?
· Sign up or log in to comment