Spacy v3 freezes when running in a Celery task #9453
-
Hey guys, I'm trying to use Spacy in a Celery task. but it seems that the task freezes at the line Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @Alit8 ! Curious what model are you using? This may be related to |
Beta Was this translation helpful? Give feedback.
Hi @Alit8 ! Curious what model are you using? This may be related to
libgomp
, especially if you're using a*_trf
(torch) model. If that's the case, please check #8678, #6662, and #8554 for possible solutions.