Open ramsey-coding opened 4 months ago
Hi @ramsey-coding these commands are to reproduce our exact setup we used in the paper on SWE-Bench Lite.
In this example the first command will generate 4 sets of edit locations (using sampling) and the second command will proceed to merge these edit locations together to do pair wise merging (please see the our paper and readme for a bit more detail)
If you prefer to generate just the one set of edit locations (without having to merge), you can look at our top-level readme or simply remove the --temperature
and --num_samples
from the first command and do not run the second command
Can't I just generate the the edit locations and then run the repair?
Why I have to also run the following command?
What is it doing really? @dengyinlin @brutalsavage