How to use zhengmh/OmniVTG-7B with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForImageTextToText processor = AutoProcessor.from_pretrained("zhengmh/OmniVTG-7B") model = AutoModelForImageTextToText.from_pretrained("zhengmh/OmniVTG-7B")