-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiprocessing tokenization #70
Conversation
Hello @10zinten! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2020-07-27 06:08:31 UTC |
Looks like it will not parallelize properly. I'm using the following example from the commit:
But I'm replacing The result is that the workload occupies only a single thread and wall-clock time is unaffected. |
Interesting, I will look into it soon as possible. |
Do you have any update available for this? |
Related to this matter, here is a working code example for running Botok in a multiprocessing manner. |
fix #64