安装MM-EUREKA需要分四个步骤准备开发环境:
- 基础环境
要求Python 3.8+和Git环境,推荐使用Ubuntu等Linux系统(Windows需额外配置WSL) - Code Fetch
pass (a bill or inspection etc)git clone https://github.com/ModalMinds/MM-EUREKA.git
Download source code - Dependent Installation
- 核心包:
pip install -e .
- 性能扩展:需单独安装vLLM和Flash-Attention 2.3.6
- 核心包:
- Data preparation
从GitHub Releases下载MM-Eureka-Dataset,需修改JSONL文件中的图片路径为本地路径
验证安装时运行python -c "import mm_eureka"
无报错即成功。建议配备至少16GB内存和NVIDIA GPU(如GTX 1660)以获得最佳体验。
This answer comes from the articleMM-EUREKA: A Multimodal Reinforcement Learning Tool for Exploring Visual ReasoningThe