dataset-opencompass/configs/multimodal/llama_adapter_v2_multimodal/README.md
2025-07-18 07:25:44 +00:00

390 B

Llama Adapter V2

Prepare the environment

cd opencompass/multimodal/models/llama_adapter_v2_multimodal
git clone https://github.com/OpenGVLab/LLaMA-Adapter.git

Start evaluation

Slurm

cd $root
python run.py configs/multimodal/tasks.py --mm-eval --slurm -p $PARTITION

PyTorch

cd $root
python run.py configs/multimodal/tasks.py --mm-eval