Instructions to use OpenGVLab/InternVL-Chat-ViT-6B-Vicuna-13B-448px with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OpenGVLab/InternVL-Chat-ViT-6B-Vicuna-13B-448px with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("visual-question-answering", model="OpenGVLab/InternVL-Chat-ViT-6B-Vicuna-13B-448px")# Load model directly from transformers import AutoProcessor, AutoModelForCausalLM processor = AutoProcessor.from_pretrained("OpenGVLab/InternVL-Chat-ViT-6B-Vicuna-13B-448px") model = AutoModelForCausalLM.from_pretrained("OpenGVLab/InternVL-Chat-ViT-6B-Vicuna-13B-448px") - Notebooks
- Google Colab
- Kaggle
Ctrl+K