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
[–] tal@lemmy.today 6 points 1 month ago (1 children)

When your laptop is sleeping, it can't be doing computation. I mean, that's not specific to LLMs. You're going to have to set it in your OS to not sleep.

The only exception I can think of would be if you (a) have it connected to wired Ethernet and (b) the laptop can do Wake-on-LAN; in that scenario, you could rig something up where it wakes up when something tries to contact it. In practice, you probably just don't want to have it sleeping.

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

Thanks! Have you ever set up wake on LAN? Any recommendations?

[–] tal@lemmy.today 1 points 1 month ago (1 children)

Have you ever set up wake on LAN?

Nope, sorry. Also, based on the WP article, apparently there's now a wireless variant of Wake-on-LAN that I'd never heard of until now (again, assuming that the wireless chipset and the system supports it).

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

Thanks! I’ll do some reading.