Instructions to use OpenGVLab/InternVL-Chat-ViT-6B-Vicuna-13B 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 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")# Load model directly from transformers import AutoProcessor, AutoModelForCausalLM processor = AutoProcessor.from_pretrained("OpenGVLab/InternVL-Chat-ViT-6B-Vicuna-13B") model = AutoModelForCausalLM.from_pretrained("OpenGVLab/InternVL-Chat-ViT-6B-Vicuna-13B", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
8e15b0e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f5c6b804c78f083f333e44a8720c3510202dbe707d038bac8fb306ee32e35bd5
size 85218941
|