Spacy: interaction with disks once the model loaded #8135
-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The models are loaded in memory, so the speed for running a text through a pipeline shouldn't depend on disk access. If everything else is identical, double-check that you have the exact same versions of all the dependencies, in particular |
Beta Was this translation helpful? Give feedback.
The models are loaded in memory, so the speed for running a text through a pipeline shouldn't depend on disk access.
If everything else is identical, double-check that you have the exact same versions of all the dependencies, in particular
blis
, where you may notice a big difference in speed on newer CPUs (v0.4.x vs. v0.7.x).