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

Concurrent Prediction #4

Closed
kennethjiang opened this issue Feb 16, 2019 · 0 comments
Closed

Concurrent Prediction #4

kennethjiang opened this issue Feb 16, 2019 · 0 comments
Labels
enhancement New feature or request high High priority

Comments

@kennethjiang
Copy link
Contributor

Current ml_api forces workers=1 because it calls out to native code and there are a lot of static bridging variables exist between Python and C. Need to have a way to enable concurrency > 1 when running prediction. Ideally it should be done in a way to maximize GPU utilization.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request high High priority
Projects
None yet
Development

No branches or pull requests

1 participant