Evo 2对计算环境有较高要求,以下是详细的配置和安装说明:
Hardware Requirements:
- 至少1块NVIDIA GPU(推荐多块GPU)
- 显存最低16GB(如A100或RTX 3090)
Software environment:
- 操作系统:推荐Linux或macOS,Windows需安装WSL2
- Python 3.8+
- PyTorch(支持CUDA)
- Git
Installation Steps:
- Clone the code repository:
git clone --recurse-submodules git@github.com:ArcInstitute/evo2.git
- Go to the project catalog:
cd evo2
- Install the dependencies:
pip install .
- Run the test:
python -m evo2.test
注意:若安装遇到问题,可参考GitHub README文档从Vortex安装。
This answer comes from the articleEvo2: An Open Source BioAI Tool to Support Genome Modeling and DesignThe