Instructions to use pkulium/VideoLLava-demo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pkulium/VideoLLava-demo with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("pkulium/VideoLLava-demo", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "image_token": "<image>", | |
| "patch_size": null, | |
| "processor_class": "VideoLlavaProcessor", | |
| "video_token": "<video>", | |
| "vision_feature_select_strategy": null | |
| } | |