Replies: 2 comments 4 replies
|
@ser I think your config already does this. To be safer maybe use |
1 reply
|
Hello, I still can see that models are not hot-ready after a while - I did an ASR at the evening and in the morning it took about 20 seconds to start another ASR. I do not understand the mechanism which unloads "unused" models. Should we investigate it together or better choice is to write a cron which hits the audio.cpp instance regularly to keep the models hot? |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am loading two models with docker with
server --load-all:How can I persist these two models in memory forever, to be hot-active all times?
All reactions