Skip to content
Discussion options

You must be logged in to vote

This looks more like it might be a problem with CUDA or torch rather than spacy itself. The attached file of pip packages was empty, can you provide the output of pip freeze?

You can also test a simpler example to see if it works or provides a more informative error message:

import spacy
spacy.require_gpu()
nlp = spacy.load("en_core_web_trf")
doc = nlp("This is a test sentence.")

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@batman202012
Comment options

@adrianeboyd
Comment options

@batman202012
Comment options

@batman202012
Comment options

@batman202012
Comment options

Answer selected by adrianeboyd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
install Installation issues
2 participants
Converted from issue

This discussion was converted from issue #11271 on August 05, 2022 07:36.