Activation outliers wreck per-tensor INT8 quantization. The math identity: Y = X·W = (X/S)·(SW) for any S. Pick S to balance difficulty across X and W.
α controls the split: α=1 puts all difficulty on weights; α=0 leaves it on activations. Typical: 0.5. Standard preprocessing for production INT8 LLM quantization.