How to use DAMO-NLP-SG/VideoRefer-VideoLLaMA3-7B with Transformers:
# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("DAMO-NLP-SG/VideoRefer-VideoLLaMA3-7B", trust_remote_code=True, dtype="auto")