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
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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_capor 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!