How to use Video-R1/Video-R1-7B with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForImageTextToText processor = AutoProcessor.from_pretrained("Video-R1/Video-R1-7B") model = AutoModelForImageTextToText.from_pretrained("Video-R1/Video-R1-7B")
How to fix it?
What is a pickle import?