mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
![]() * refine gitignore * [Feature]: Add minigpt-4 * [Feature]: Add mm local runner * [Feature]: Add instructblip * add otter and llama-adapter * add owl * add llama2-adapter and owl * lint * [Feature]: Add minigpt-4 * [Feature]: Add instructblip * add otter and llama-adapter * add owl * add llama2-adapter and owl * lint * lint * update * lint * lint * add __init__.py * update * update * update * update * [Feature]: Add minigpt-4 * [Feature]: Add mm local runner * [Feature]: Add instructblip * add otter and llama-adapter * add owl * add llama2-adapter and owl * lint * [Feature]: Add minigpt-4 * [Feature]: Add instructblip * add otter and llama-adapter * add owl * add llama2-adapter and owl * lint * lint * update * lint * lint * add __init__.py * update * update * update * update * optimize mmbench dataset args * update * update * run commit hook --------- Co-authored-by: liuyuan <3463423099@qq.com> Co-authored-by: kennymckormick <dhd@pku.edu.cn> Co-authored-by: kennymckormick <dhd.efz@gmail.com> |
||
---|---|---|
.. | ||
llama_adapter_v2_mm_7b_mmbench.py | ||
README.md |
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