inference
inference copied to clipboard
Get rid of `asyncio` in `workflows` and in some parts of `inference`
Search before asking
- [X] 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!