Instructions to use Sourabh2/vista with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sourabh2/vista with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("visual-question-answering", model="Sourabh2/vista")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("Sourabh2/vista") model = AutoModelForMultimodalLM.from_pretrained("Sourabh2/vista", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K