Skip to content
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

Parallel Inference #44

Closed
adriangonz opened this issue Oct 14, 2020 — with Board Genius Sync · 0 comments · Fixed by #249
Closed

Parallel Inference #44

adriangonz opened this issue Oct 14, 2020 — with Board Genius Sync · 0 comments · Fixed by #249
Assignees

Comments

Copy link
Contributor

With the support for MMS, there is a question of how we can support parallel inference at the same time across multiple models. The main blocker for this is Python's GIL, which blocks true parallelism within the same process.

The scope of this issue is to explore different alternatives (e.g. using multiprocessing) to support parallel inference.

@axsaucedo axsaucedo changed the title Explore parallel inference Parallel Inference May 6, 2021
@adriangonz adriangonz mentioned this issue Jul 26, 2021
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants