CodeFinetuner: Fine-tune a local code autocomplete model on your own codebase
This story is from 2026-09-11. It is preserved in the archive; the latest stories are on the live feed.
Hi everyone, I was interested in learning LoRA fine-tuning, and ended up building CodeFinetuner over the past few months, a full pipeline that fine-tunes a small code autocomplete model (e.g. Qwen2.5-Coder-3B) specific to a codebase. You can then use the resulting GGUF model via llama.vim/llama.vsc…
Read the full story at r/LocalLLaMA ↗
Timeline · 1 report
- 2026-09-11 18:56 · r/LocalLLaMA
CodeFinetuner: Fine-tune a local code autocomplete model on your own codebase