This quick-start gives you a fast path from clone to first successful run.
git clone https://github.com/EvolvingLMMs-Lab/lmms-eval.git
cd lmms-eval
uv syncuv run python -m lmms_eval \
--model qwen2_5_vl \
--model_args pretrained=Qwen/Qwen2.5-VL-3B-Instruct \
--tasks mme \
--batch_size 1 \
--limit 8- If the command completes and prints metrics, your environment is ready.
- If it fails, capture the full traceback and open a bug report using the issue form.
- Add your own task list:
--tasks mmmu,mme - Switch model weights via
--model_args - Explore guides:
docs/task_guide.mddocs/model_guide.mdCONTRIBUTING.md