Open brkkaya opened 7 months ago
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?
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?