
Code2LoRA: Hypernetwork-Generated Adapters for Code Language Models under Software Evolution
Code2LoRA addresses a critical pain point in production code AI: repository-specific knowledge without the cost of full fine-tuning or the inference overhead of retrieval-augmented generation. By using hypernetworks to generate lightweight LoRA adapters, the approach scales to repository-level context while remaining efficient at inference time. The dual-mode design, supporting both static snapshots and evolving codebases via GRU-backed state tracking, signals a maturation in how language models can be adapted to dynamic software environments. This matters for teams deploying code models at scale, where per-repo tuning has been prohibitively expensive and RAG retrieval adds latency.62

























