Hello bright minds!
I have a rather dumb question I have noticed that if I leave my spark up and running, say with a model loaded onto it with vLLM and I disconnect all my windows/sessions. I can come back in say 20-30 minutes and login and see the dashboard still has the model loaded (RAM usage is high), but if I let it simmer say over night I always come back to a system where vLLM has stopped.
So is there like an idle timeout built in to vllm or the spark that says if the model hasn’t done anything in X time kill the process to conserve power? I do apologize for the truly dumb question but alas its still an issue I have!
Also both my boss and others told me to use tmux so that i could have persistent ssh connections. I thought that meant if I started up say vllm in it and I signed out of my laptop I could come back and log into the spark and type tmux and it would still pop up in whatever state it in. Clearly it doesn’t work that way I tried it and found myself staring at a blank window. Is it mean to be left open (the tmux) terminal is that the trick?
Sorry guys I’m trying and I AM learning…slowly!
Thanks in advance and your patience for what is probably a giant eye-roll to most.
Cheers.