hpcaitech / FastFold

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

add cuda environment for conda environment.yml #27

Closed ycsos closed 2 years ago

ycsos commented 2 years ago

In current environment.yml conda not install cuda related package, that lead pytorch choose cpu version instead cuda version. and will fail when python setup.py install or run the infer.py

oahzxl commented 2 years ago

Thanks! We have updated it in the new pr.