pip install "fair-esm[esmfold]" pip install 'dllogger @ git+https://github.com/NVIDIA/dllogger.git' 安装openfold 1.0.0, 如果直接使用pip install openfold或者使用github作者给予的命令,会安装成2.0.0,会造成程序的错误,因此需要按照下述步骤安装openfold git clone --filter=blob:none --quiet https:...
如果你的显卡只有8G VRAM或者以下权重都不能完整载入GPU中,考虑CPU-Only模式或者ColabFold吧 当你运行的序列很长(大约每240AA会消耗10G VRAM),得到了out of memory的报错之后你可以尝试用" --cpu-offload"这个命令,实际上在安装ESMfold的时候会一并安装DeepSpeed这样就启用了ZeRO,但就结果来说这并不能节约多少VRAM...
1 找到esmfold的github链接 https://github.com/facebookresearch/esm?tab=readme-ov-file 2把esm下载到本地 pip install fair-esm # latest release, OR: pip install git+https://github.com/facebookresearch/esm.git# bleeding edge, current repo main branch 3 通过conda安装 conda env create -f envi...