Instructions to use time-warp/VideoLLaMA-3-7b-explicit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use time-warp/VideoLLaMA-3-7b-explicit with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("DAMO-NLP-SG/VideoLLaMA3-7B") model = PeftModel.from_pretrained(base_model, "time-warp/VideoLLaMA-3-7b-explicit") - Notebooks
- Google Colab
- Kaggle
File size: 128 Bytes
eec1eaf | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:60fb82c3660319e6d0b239950b20c28181e97f1ade117dc0660b40e2ad94a89b
size 912
|