Instructions to use MBZUAI/Video-ChatGPT-7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MBZUAI/Video-ChatGPT-7B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("visual-question-answering", model="MBZUAI/Video-ChatGPT-7B")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("MBZUAI/Video-ChatGPT-7B", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
095de7a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c5d78b70ca98dd8ae06cfc0f49b3fd7a7057dcfdddb33a19736fea9e7eabaff8
size 541181308
|