this post was submitted on 28 Apr 2026
11 points (82.4% liked)

Free Open-Source Artificial Intelligence

4690 readers
31 users here now

Welcome to Free Open-Source Artificial Intelligence!

We are a community dedicated to forwarding the availability and access to:

Free Open Source Artificial Intelligence (F.O.S.A.I.)

More AI Communities

LLM Leaderboards

Developer Resources

GitHub Projects

FOSAI Time Capsule

founded 3 years ago
MODERATORS
 

I’m connecting to llama.cpp on my laptop through my phone via Tailscale but when my laptop sleeps I can’t access it anymore on my phone.

What are yall using for this? Thanks!

you are viewing a single comment's thread
view the rest of the comments
[–] 9tr6gyp3@lemmy.world 4 points 1 month ago* (last edited 1 month ago) (1 children)

Disable sleep/hibernate on your laptop. Disable sleep/hibernate/poweroff when lid is closed. If you're going to treat your laptop as a server, probably better to configure it as a server.

[–] venusaur@lemmy.world 0 points 1 month ago (1 children)

If I configure it as a server is there a mode that pulls very little power like sleep, but it’s ready to be activated?

[–] 9tr6gyp3@lemmy.world 0 points 1 month ago (1 children)

Probably not. It needs to be online and the service online to be able to listen on those ports.

[–] venusaur@lemmy.world 1 points 1 month ago

Got it. Thanks!