From 3477d501291240017a165c9ca3c5872f904ffb12 Mon Sep 17 00:00:00 2001 From: drjones Date: Sun, 23 Aug 2026 13:40:31 -0700 Subject: [PATCH] Update overclock profiles with tuned Ollama clocks and fan profile --- overclock_profiles.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/overclock_profiles.json b/overclock_profiles.json index 04e0bd8..254b714 100644 --- a/overclock_profiles.json +++ b/overclock_profiles.json @@ -2,13 +2,13 @@ "ollama": { "label": "Ollama \u2014 LLM decode (memory-bandwidth bound)", "power_limit_w": 370, - "core_offset_mhz": 100, - "mem_offset_mhz": 700, + "core_offset_mhz": 125, + "mem_offset_mhz": 850, "lock_core_min": 0, "lock_core_max": 0, "lock_mem_mhz": 0, "fan_mode": "manual", - "fan_speed_pct": 60 + "fan_speed_pct": 100 }, "comfy": { "label": "ComfyUI \u2014 diffusion (core-compute bound)",