Skip to content
Discussion options

You must be logged in to vote

It probably isn't necessary to set LD_LIBRARY_PATH if you only have one version of CUDA installed and you've installed in a standard way (through your package manager like apt) and you're sure it's in your PATH. If you can call nvcc --version your path is probably okay.

If you're sure that CUDA is installed correctly, I'd suggest going through the cupy install instructions to see if there are any useful tips for similar environments or similar error messages:

https://docs.cupy.dev/en/stable/install.html

In particular, be sure that you don't have more than one cupy package installed, since it doesn't work if you have both cupy and cupy-cuda113 installed.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@hotzjacobb
Comment options

Answer selected by hotzjacobb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gpu Using spaCy on GPU
2 participants