exo icon indicating copy to clipboard operation
exo copied to clipboard

exo labs seems to be suffering form a possible memory leak

Open amirvenus opened this issue 1 year ago • 1 comments

Hi,

When I run the exo command on mac and start the inferences using the completion REST API endpoint, the Python process seems to be increasingly using more and more memory.

I have put a delay of 10 seconds between each request but eventually the system crashes due to running out of memory.

Using the latelt macOS on M3 Max amd M2 Ultra

amirvenus avatar Oct 19 '24 21:10 amirvenus

/multiprocessing/resource_tracker.py:254: UserWarning: resource_tracker: There appear to be 1 leaked semaphore objects to clean up at shutdown warnings.warn('resource_tracker: There appear to be %d '

amirvenus avatar Oct 19 '24 23:10 amirvenus

Seems to be more of an issue when running transformers. This is noted. Please reraise if this is an issue.

rltakashige avatar Dec 18 '25 18:12 rltakashige