What does LoRA serving mean in inference serving?
LoRA serving applies low-rank adapter updates to a shared base model during inference. Multiple adapters can reuse the base weights while adding adapter-specific matrix work. Servers load or cache adapters, verify their base-model compatibility, and route requests to the correct identity. Operators measure cache misses, adapter churn, and mixed-adapter batch efficiency.