hpcaitech / FastFold

Optimizing AlphaFold Training and Inference on GPU Clusters
Apache License 2.0
559 stars 86 forks source link

ColossalAi missing from PyPi #71

Closed bernym12 closed 1 year ago

bernym12 commented 1 year ago

When trying to install the requirements, pip failed trying to install ColossalAi and it seems it's no longer available. When trying to install ColoassalAi directly from ColossalAI, there's a mismatch in pytorch versioning.

Shenggan commented 1 year ago

Could you share the installation log with us? Or you can try to create a new conda environment or use the docker image we provide.

bernym12 commented 1 year ago

I ended up using the provided docker image. I would like to point out that it seems the README is misleading in the creation of the docker container.

cd ColossalAI docker build -t Fastfold ./docker

is what is written, when it should be cd FastFold docker build -t Fastfold ./docker

Shenggan commented 1 year ago

Thank you for the correction, have updated readme.