Installation

Clone the repository and navigate to the RRPO directory:

git clone https://github.com/pritamqu/RRPO
cd RRPO

conda create -n llava python=3.10 -y
conda activate llava
pip install -r llavavideo.txt

Download weights

git clone [email protected]:pritamqu/LLaVA-Video-7B-Qwen2-RRPO-16f

Inference

conda activate llava
WEIGHTS_ROOT="./"

## using merged weights
python inference.py \
    --base_model_name "llavavideo_qwen_7b" \
    --model-path ${WEIGHTS_ROOT}"/LLaVA-Video-7B-Qwen2-RRPO-16f" \
    --video_path "sample_video.mp4" \
    --question "Describe this video." \
    --model_max_length 1024
Downloads last month
6
Safetensors
Model size
8.03B params
Tensor type
FP16
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for pritamqu/LLaVA-Video-7B-Qwen2-RRPO-16f

Finetuned
(6)
this model