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
Since loading a model takes about 10 seconds for me (depends on the GPU),
I decided to load 3 models in an LFU to bypass the initial loading.
I tested a couple and seems to reduce the initial loading time, and memory seems stable after couple transcribing too.
Just wondering if anyone has a better insight on this strategy or any issues this may cause in the long run?
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
-
Since loading a model takes about 10 seconds for me (depends on the GPU),
I decided to load 3 models in an LFU to bypass the initial loading.
I tested a couple and seems to reduce the initial loading time, and memory seems stable after couple transcribing too.
Just wondering if anyone has a better insight on this strategy or any issues this may cause in the long run?
Beta Was this translation helpful? Give feedback.
All reactions