Visual TL;DR. Code LLM context gap leads to Costly traditional methods. Costly traditional methods leads to Code2LoRA framework. Code2LoRA framework leads to Injects repo knowledge. Injects repo knowledge leads to Zero inference overhead. Zero inference overhead leads to Adapts to evolving code. Code2LoRA framework introduces RepoPeftBench.
- Code LLM context gap: large language models for code struggle with repository-level context
- Costly traditional methods: RAG or per-repo fine-tuning impose significant computational costs
- Code2LoRA framework: novel hypernetwork framework generating dynamic LoRA adapters
- Injects repo knowledge: dynamically generates repository-specific LoRA adapters on the fly
- Zero inference overhead: no increase in inference-time token consumption
- Adapts to evolving code: dynamically maintains and updates adapters via GRU hidden state
- RepoPeftBench: a new standard for evaluating parameter-efficient code adaptation
Visual TL;DR