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

Get rid of asyncio in workflows and in some parts of inference #424

Open
1 of 2 tasks
PawelPeczek-Roboflow opened this issue May 22, 2024 · 0 comments
Open
1 of 2 tasks
Labels
enhancement New feature or request

Comments

@PawelPeczek-Roboflow
Copy link
Collaborator

Search before asking

  • I have searched the Inference issues and found no similar feature requests.

Description

Majority of blocks will be running some computations that do not fit into asycio processing.
We have it only due to compatibility with model manager abstraction from inference.

That state creates lots of issues - for instance, while video processing, in threading environment Active Learning data collection was not working due to asyncio background tasks starvation.

Use case

No response

Additional

No response

Are you willing to submit a PR?

  • Yes I'd like to help by submitting a PR!
@PawelPeczek-Roboflow PawelPeczek-Roboflow added the enhancement New feature or request label May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant