LLM Fine-tuning & Deployment

A complete guide to fine-tuning, quantization, and private LLM deployment, covering LoRA, QLoRA, RLHF, SLMs, edge deployment, Ollama, vLLM, WebLLM, inference cost optimization, local privacy use cases, and cloud serving tradeoffs.

11 Articles in This Series · 创建于 2026-02-21
1

LLM Fine-Tuning【2026】: SFT, LoRA, QLoRA, and Evaluation

A rigorous guide to adapting language models with supervised fine-tuning and parameter-efficient methods. Learn when training beats prompting or RAG, how to build a licensed and leakage-resistant dataset, estimate memory instead of repeating hardware folklore, run version-pinned experiments, and evaluate capability, safety, regression, and uncertainty.

7

DPO vs RLHF: The Evolution of LLM Alignment Techniques

A deep technical comparison of DPO and RLHF for LLM alignment. Covers reward model training, PPO instabilities, the Bradley-Terry framework behind DPO, compute costs, and newer variants like KTO, IPO, ORPO, and SimPO.