openfold icon indicating copy to clipboard operation
openfold copied to clipboard

RuntimeError: attn_softmax_inplace_forward_ not implemented on CPU

Open JeongSooNa opened this issue 2 years ago • 4 comments

What's this error?

Is there any prepared jod when I try to run?

'RuntimeError: attn_softmax_inplace_forward_ not implemented on CPU'

JeongSooNa avatar Aug 17 '23 04:08 JeongSooNa

Same. Have you fixed it?

KYQiu21 avatar Aug 24 '23 13:08 KYQiu21

Hi KYQiu21, I haven't solved it yet, and I've stopped working for a little bit.

JeongSooNa avatar Aug 28 '23 07:08 JeongSooNa

Check issue #293

haewonc avatar Sep 08 '23 06:09 haewonc

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

ramithuh avatar Apr 16 '24 05:04 ramithuh