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

Ah yeah I’m not trying to do all that. Is there a way to keep your computer almost asleep just waiting for a signal?

[–] hendrik@palaver.p3x.de 3 points 1 month ago (1 children)

Laptops are designed to be fairly power-efficient. I don't know what yours does. But mine goes down to only a very few watts if idle and the display is switched off. There's the Linux tool "powertop" which shows power consumption and it can also tune most components to go to low power. Sometimes there's also a power profile setting. That shouldn't be on "performance" or anything like that. I don't think Linux has more to offer, except sleep and wake-on-lan.

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

Thanks! I’ll do some experimentation.