Open lzhangUT opened 2 years ago
@lucidrains @EnzoAndree @milot-mirdita it will be greatly appreciated!
Hey, not a developer of colabfold but its user. May i know how many threads are there in 6cCPU you mentioned ? simple htop may give information (count may differ if hyperthreading is supported and enabled). I have realised that in many places colabfold_search have instances of hardcoded threads count of 64, especially in mmseqs search options, If your have less than such resources system may behave abruptly because of load imbalance and hence large amount of time. the following file has 3-4 such instances (path may differ in yours). ~/miniconda3/lib/python3.9/site-packages/colabfold/mmseqs/search.py
change those instances to os.cpu_count()-2 Do let me know if that works, or I can also attach my edited file.
Hi there, Thanks for sharing colabfold. It is greatly appreciated. we followed the exact step on the github using 'Running locally'. we have a virtual machine with 6cCPUs, 112 RAM, and 1 GPU, and a data disk with 2T size.