this post was submitted on 15 Jul 2026
9 points (100.0% liked)

HomeLab

228 readers
1 users here now

A homelab is a server or multiple server setup that resides in your home and where you host sevelra applications and virtualized systems for testing and developing

Its a sandbox environment where you can experience and break and fix things in with no repercussions while its down

This is a community where you can share, discuss, or post news relating to homelabs

founded 2 years ago
MODERATORS
 

Apparently Gemma 4 (by deepmind) are very energy-efficient for their capabilities.

The post itself seems to recommend a company (neuralwatt.com) but it's unrelated to project wagtail (an open source CMS made with django) so I consider it legit, they're just vouching for this new approach that shows users their ecological footprint basically.

(Of course, running these at a homelab is possible. hence the relevance of this info for the community)

you are viewing a single comment's thread
view the rest of the comments
[–] e0qdk@reddthat.com 4 points 3 days ago

If you're running on AMD hardware, drop the power cap to save energy. (e.g. by poking values into /sys/class/drm/card1/device/hwmon/.../power1_cap or similar; check the min and max files adjacent to it for the ranges.) I can lower the power usage by 100W on a discrete AMD GPU and only lose about ~3% tok/s generation (inference is limited more by memory bandwidth than by compute typically on modern hardware). Test different settings on your actual hardware to find the sweet spot balancing performance vs energy usage!