Video-Text-to-Text
Transformers
Safetensors
English
videochat_flash_qwen
feature-extraction
multimodal
custom_code
Eval Results (legacy)
Instructions to use OpenGVLab/VideoChat-Flash-Qwen2-7B_res448 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OpenGVLab/VideoChat-Flash-Qwen2-7B_res448 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("OpenGVLab/VideoChat-Flash-Qwen2-7B_res448", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Error when run the demo code.
#1
by UnnamedWatcher - opened
When the tranformers version degrades from 4.44.2 to 4.40.1, the bug disappeared.
can i use the model by vllm,how to run it ,help please
