You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adopt the best-performing config from the sweep analysis:
- Attention: keep AITER-MLA ON (VLLM_ROCM_USE_AITER_MLA=1) + --block-size=1.
AITER-MLA is ~3x faster than TRITON_MLA on the agentic trace; deliberately
chosen for throughput despite AMD's 16/128-head guidance (revisit if accuracy
validation shows the 64-head path is wrong).
- Record sweep narrowed to the best cell per regime: none [4,8] (GPU-only viable
at low conc, peaks ~26.7 tok/s/GPU at c8), LMCache [16] (crossover where DRAM
offload overtakes none). Dropped Mooncake and lmcache c32/48 (no headroom over
this envelope) and the experimental -tune/-tune-mc keys.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments