How do i clear model loaded using stable-ts from the ram memory? (both whisper and faster whisper) #249
Unanswered
Dadangdut33
asked this question in
Q&A
Replies: 1 comment
-
After trying it around a bit more in my code i found out that the memory might actually be reserved for cached for when we want to load another or the same model. Because when i first load small model and be done with it, it will just stay there taking up the space in the ram, but after that when i load medium model, the memory will go up until i finish doing task with it and then the memory will go back down to how it previously was after loading the small model. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have tried using these but it does not seem to work, can anyone help? or is it not possible to clear it from memory?
Beta Was this translation helpful? Give feedback.
All reactions