segmentation fault on GPU #12691
Unanswered
afriedman412
asked this question in
Help: Coding & Implementations
Replies: 1 comment 3 replies
-
Please post the following:
|
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
I'm trying to run spacy on a google VM with a GPU and I keep getting a segmentation fault every time I run
spacy.load()
.It happens with spacy 3.4.4 and spacy 3.5.3, and with python 3.9.16 and 3.11.3.
I had it working properly on a different machine with the same setup, so I'm baffled. I'm kind of new to sorting out these kinds of issues!
Beta Was this translation helpful? Give feedback.
All reactions