Initial commit: Complete deployment scripts, power governor, systemd units, and architecture documentation for Turing multi-GPU LLM rig

This commit is contained in:
wmantly
2026-09-01 01:55:19 +00:00
commit aeb72cecfa
13 changed files with 1925 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[Unit]
Description=Dynamic GPU Power & Clock Governor for CMP 50HX
After=network.target
[Service]
Type=simple
ExecStart=/usr/bin/python3 /opt/llama-server/power-governor.py
Restart=always
RestartSec=5
[Install]
WantedBy=multi-user.target