cocoindex icon indicating copy to clipboard operation
cocoindex copied to clipboard

[FEATURE] Improve job scheduling when a function uses pytorch

Open badmonster0 opened this issue 9 months ago • 0 comments

What is the use case? Currently we're using a global mutex to make one function (using pytorch) is executed at a time, to avoid conflicts. We should improve the scheduling strategy.

Describe the solution you'd like We may try to use multiprocessing for this.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

badmonster0 avatar Mar 05 '25 03:03 badmonster0