How to use DAMO-NLP-SG/VideoLLaMA3-2B with Transformers:
# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("DAMO-NLP-SG/VideoLLaMA3-2B", trust_remote_code=True, dtype="auto")
· Sign up or log in to comment