alphafold icon indicating copy to clipboard operation
alphafold copied to clipboard

RuntimeError: attn_softmax_inplace_forward_ not implemented on CPU

Open JeongSooNa opened this issue 1 year ago • 2 comments

What is thus Issue?

RuntimeError: attn_softmax_inplace_forward_ not implemented on CPU

JeongSooNa avatar Aug 17 '23 02:08 JeongSooNa

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 environement's CUDA directories.

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

Have you managed to solve this issue?

EvaniLach avatar Jun 20 '24 14:06 EvaniLach