Skip to content
Discussion options

You must be logged in to vote

spaCy shouldn't use multiprocessing directly unless you instruct it to, but some of the libraries we use might have multiprocessing under the hood. In particular, for spacy-transformers, HuggingFace Transformers is doing a lot of things and may be the source of the issue.

To help you narrow down the cause, you could try using a non-transformer spaCy model and see if it has the same error.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@djdevdev
Comment options

@polm
Comment options

Answer selected by polm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat / transformer Feature: Transformer
2 participants