Files
turing-multi-gpu-llm-server/tuning/cmp-tune.conf
T

24 lines
516 B
Plaintext

# /etc/cmp-tune.conf - Profile-driven tuning for CMP 50HX / CMP 90HX
[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