Skip to content
Discussion options

You must be logged in to vote

You seem to be using a transformers pipeline, but you don't mention installing spacy-transformers. Do you have spacy-transformers installed?

What does your code look like? Are you just calling spacy.load?

Also note that while it is technically possible to use the Transformers models without a GPU, it is not recommended. You'll have a better time getting started with the CPU models. If you want to switch to Transformers later you can just swap them out, preferably on a machine with a GPU.

Replies: 4 comments 15 replies

Comment options

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

@system1system2
Comment options

@vquilon
Comment options

@neumannjan
Comment options

@polm
Comment options

Answer selected by polm
Comment options

You must be logged in to vote
3 replies
@miguelwon
Comment options

@polm
Comment options

@miguelwon
Comment options

Comment options

You must be logged in to vote
3 replies
@adrianeboyd
Comment options

@nlovell1
Comment options

@polm
Comment options

Comment options

You must be logged in to vote
3 replies
@polm
Comment options

@TheLustriVA
Comment options

@polm
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
osx Issues related to macOS / OSX gpu Using spaCy on GPU