Instructions to use MLLM-CL/MRLoRA_Router with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MLLM-CL/MRLoRA_Router with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("visual-question-answering", model="MLLM-CL/MRLoRA_Router")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("MLLM-CL/MRLoRA_Router", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update pipeline tag to image-text-to-text
#2 opened 8 months ago
by
nielsr