openfold
openfold copied to clipboard
RuntimeError: attn_softmax_inplace_forward_ not implemented on CPU
What's this error?
Is there any prepared jod when I try to run?
'RuntimeError: attn_softmax_inplace_forward_ not implemented on CPU'
Same. Have you fixed it?
Hi KYQiu21, I haven't solved it yet, and I've stopped working for a little bit.
Check issue #293
If you are using CUDA through a conda install like (conda install nvidia/label/cuda-11.3.1::cuda), you might need to have these env variables set , so that it correctly points to the environment's CUDA directories.
Need to have these before installing openfold
export CUDA_HOME=$CONDA_PREFIX
export CUDA_PATH=$CONDA_PREFIX
export LIBRARY_PATH=$CONDA_PREFIX/lib:$LIBRARY_PATH
export LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH