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: 134 Bytes
eec1eaf | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6ed82dac1b34aae060b966febf7813ff0ae7175570bf89edc6b268991ab480d2
size 785303482
|