You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was reading through the code and trying out a large number of workers with a tiny model. Often I found my cpu and memory getting bottlenecked because of the large number of actors launching Python workers.
Wondering what was the motivation to not use threaded or async actors to achieve higher concurrency?
The text was updated successfully, but these errors were encountered:
I was reading through the code and trying out a large number of workers with a tiny model. Often I found my cpu and memory getting bottlenecked because of the large number of actors launching Python workers.
Wondering what was the motivation to not use threaded or async actors to achieve higher concurrency?
The text was updated successfully, but these errors were encountered: