mustafaaljadery/lightning-whisper-mlx

free up memory

Opened this issue · 0 comments

is there any way to free up the memory the model takes?

I tried:

del whisper
gc.collect()

but nothing changed.

What can we do to free up the allocated memory?