sangeeta97

Results 2 comments of sangeeta97

Setting cudatoolkit path can fix this, CUDNN_PATH=$(dirname $(python -c "import nvidia.cudnn;print(nvidia.cudnn.__file__)")) export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$CONDA_PREFIX/lib/:$CUDNN_PATH/lib export PYTORCH_CUDA_ALLOC_CONF=max_split_size_mb:32

First install these torch libraries torch 1.13.0 torch-cluster 1.6.0+pt113cu117 torch_geometric 2.0.4 torch-scatter 2.0.9 torch-sparse 0.6.15+pt113cu117 torch-spline-conv 1.2.1+pt113cu117 torchmetrics 0.11.0 then run pip install openfold @ git+https://github.com/aqlaboratory/openfold.git@103d0370ad9ce07579c20fa9c889a632f9b16618 This worked for me.