How to use OpenMOSS-Team/RoboOmni with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForImageTextToText tokenizer = AutoTokenizer.from_pretrained("OpenMOSS-Team/RoboOmni") model = AutoModelForImageTextToText.from_pretrained("OpenMOSS-Team/RoboOmni")
The community tab is the place to discuss and collaborate with the HF community!