tuning: add stable-fast profile for 24/7 FlashAttention inference
This commit is contained in:
+14
-4
@@ -1,13 +1,23 @@
|
||||
# /etc/cmp-tune.conf - Profile-driven tuning for CMP 50HX / CMP 90HX
|
||||
|
||||
[efficient]
|
||||
power_w = 170
|
||||
core_offset = 200
|
||||
mem_offset = 1000
|
||||
[stable-fast]
|
||||
# Recommended for 24/7 continuous LLM FlashAttention load without Xid 13 errors
|
||||
power_w = 210
|
||||
core_offset = 125
|
||||
mem_offset = 600
|
||||
clock_max = 1950
|
||||
|
||||
[efficient]
|
||||
# Low heat, energy-efficient inference
|
||||
power_w = 170
|
||||
core_offset = 150
|
||||
mem_offset = 600
|
||||
clock_max = 1850
|
||||
|
||||
[insane]
|
||||
# Max silicon benchmark profile (Not recommended for sustained multi-minute 100% prefill)
|
||||
power_w = 220
|
||||
core_offset = 250
|
||||
mem_offset = 1200
|
||||
clock_max = 2050
|
||||
|
||||
|
||||
Reference in New Issue
Block a user