Fix wiring between overclock profiles, UI controls, and hardware fan actuation

This commit is contained in:
drjones
2026-08-23 09:05:20 -07:00
parent 02c85d778f
commit a0075d23a7
3 changed files with 26 additions and 5 deletions

View File

@@ -3,12 +3,12 @@
"label": "Ollama \u2014 LLM decode (memory-bandwidth bound)",
"power_limit_w": 370,
"core_offset_mhz": 100,
"mem_offset_mhz": 500,
"mem_offset_mhz": 700,
"lock_core_min": 0,
"lock_core_max": 0,
"lock_mem_mhz": 0,
"fan_mode": "auto",
"fan_speed_pct": 0
"fan_mode": "manual",
"fan_speed_pct": 60
},
"comfy": {
"label": "ComfyUI \u2014 diffusion (core-compute bound)",
@@ -18,8 +18,8 @@
"lock_core_min": 2900,
"lock_core_max": 3105,
"lock_mem_mhz": 0,
"fan_mode": "auto",
"fan_speed_pct": 0
"fan_mode": "manual",
"fan_speed_pct": 75
},
"balanced": {
"label": "Balanced \u2014 stock boost, power unlocked",