Instructions to use OpenGVLab/InternViT-6B-448px-V1-0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OpenGVLab/InternViT-6B-448px-V1-0 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="OpenGVLab/InternViT-6B-448px-V1-0", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("OpenGVLab/InternViT-6B-448px-V1-0", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
fc909a2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:15b8f0b9621d6a84e049b185f1e5c60f14297c3d7d09b63af42926262988980e
size 9925937336
|