ASSERT-KTH/repairllama
RepairLLaMA: Efficient Representations and Fine-Tuned Adapters for Program Repair http://arxiv.org/pdf/2312.15698
RepairLLaMA helps software developers automatically fix bugs in Java code by taking buggy code snippets and generating corrected versions. This tool is designed for software engineers and researchers who want to quickly patch single-function defects or experiment with automated program repair.
No commits in the last 6 months.
Use this if you are a software developer needing to automatically generate fixes for single-function bugs in Java code.
Not ideal if you are looking to fix complex bugs spanning multiple functions or in languages other than Java.
Stars
39
Forks
10
Language
Jupyter Notebook
License
—
Category
Last pushed
Sep 05, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/ASSERT-KTH/repairllama"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
hkproj/pytorch-llama
LLaMA 2 implemented from scratch in PyTorch
4AI/LS-LLaMA
A Simple but Powerful SOTA NER Model | Official Code For Label Supervised LLaMA Finetuning
luchangli03/export_llama_to_onnx
export llama to onnx
ayaka14732/llama-2-jax
JAX implementation of the Llama 2 model
harleyszhang/lite_llama
A light llama-like llm inference framework based on the triton kernel.