The local serving path
For local inference (your laptop, an internal server, an air-gapped box), the Ollama + llama.cpp stack is the right pick. GGUF is the format both speak natively.
The pipeline
- Merge LoRA into base (previous lesson).
- Convert HF format → GGUF using llama.cpp's converter.
- Quantize the GGUF for your target memory budget.
- Wrap with a Modelfile and serve via Ollama.