FPO Without Backward Pass: Local Fine-Tuning Shifts Its Center of Gravity
FPO proposes fine-tuning LLMs without propagating errors between layers or building autograd graphs. The method reduces peak training memory and increases throughput, but concentrates adaptation in the final layers. For self-hosted deployments, the o...