spacy train unable to recognize GPUs #13819
Unanswered
qu-genesis
asked this question in
Help: Coding & Implementations
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I'm working on a GPU enabled machine on Sagemaker to run spacy train with a transformer backend but I'm running into an issue where cupy does not recognize the CUDA on the machine.
The crux of the issue is that
thinc.api.has_cupy
returns False, despite cupy being installed and nvidia-smi returning valid information.I tried running
uv pip install cupy-wheel
and thenuv pip install cupy
as this post suggested #13567 , but I got an error saying that NVIDIA CUDA is not recognized on my machine. And installing cupy also errored out, with this being the main error:cudnnRNNForwardTrainingEx' was declared in this scope
.Here are some more specs and version information, any help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions