CPU core issues #12921
Answered
by
rmitsch
PythonCancer
asked this question in
Help: Other Questions
CPU core issues
#12921
-
Does the zh_core_web_sm-3.5.0 model of Spacy run on multi-core or single-core when performing various tasks on a CPU machine? Is it controllable? Are there any interface parameters? |
Beta Was this translation helpful? Give feedback.
Answered by
rmitsch
Aug 17, 2023
Replies: 1 comment 2 replies
-
Hi @PythonCancer, all spaCy models run multi-core when using |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
rmitsch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @PythonCancer, all spaCy models run multi-core when using
.pipe()
withn_process != 1
.