Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 534 Bytes

INSTALL.md

File metadata and controls

10 lines (9 loc) · 534 Bytes

For VIM Benchmarking

The enviroment requirements to use VIM tool, either to adapt VIM to customized benchmark or evaluate results, can be installed following:

git clone https://github.com/VIM-Bench/VIM_TOOL.git
cd VIM_TOOL
pip install -e .

For Model Inference

Please refer to each model repo to install the required enviroments, e.g., LLaVA, InstructBLIP, MiniGPT.