When I install Pytorch on a notebook, sometimes import torch works other times I get this error:
OSError: /opt/conda/lib/python3.7/site-packages/torch/lib/../../nvidia/cublas/lib/libcublas.so.11: undefined symbol: cublasLtGetStatusString, version libcublasLt.so.11
It resolves only by deleting the notebook and starting again. How can I resolve this without having to start over?
Hi, I'm facing the same issue. How were you able to resolve this?