OSError: .local/lib/python3.8/site-packages/nvidia/cublas/lib/libcublas.so.11: undefined symbol: cublasLtGetStatusString, version libcublasLt.so.11 #12236
-
How to reproduce the behaviourimport spacy Your Environment
What is wrong something with installation is going wrong, actually it happens after installing the I manage to follow again the installation process on another PC and everything is running smooth. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @tassosblackg, it's hard to diagnose this issue with the available information. We suspect that this might be related to a change in PyTorch from v1.13 upwards - CUDA libraries are now dynamically linked (instead of statically in < 1.13). See e. g. here) for possible workarounds. |
Beta Was this translation helpful? Give feedback.
Hi @tassosblackg, it's hard to diagnose this issue with the available information. We suspect that this might be related to a change in PyTorch from v1.13 upwards - CUDA libraries are now dynamically linked (instead of statically in < 1.13). See e. g. here) for possible workarounds.