You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I've been working with this library, and I've noticed that when a translation is requested its respective model is loaded into memory to do the translation. That's expected, but afterward the model stays in memory indefinitely.
How do make it so the translation model is unloaded after it performs its task. I'm fine with any performance issues resulting from this. I just prefer rarely used languages to not take up memory so much. Thanks
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I've been working with this library, and I've noticed that when a translation is requested its respective model is loaded into memory to do the translation. That's expected, but afterward the model stays in memory indefinitely.
How do make it so the translation model is unloaded after it performs its task. I'm fine with any performance issues resulting from this. I just prefer rarely used languages to not take up memory so much. Thanks
Beta Was this translation helpful? Give feedback.
All reactions