Open
Description
Hello,
I have been trying to run SWE-agent-LM-32b on the SWE-Smith-trajectories released. I understand it is a weird thing to be doing since it has been finetuned on these very trajectories. But an issue that the agent bumps into in each run is that it tries to run commands like find / -type f -name "*.py" | grep -v "__pycache__" | sort
instead of find /testbed -type f -name "*.py" | grep -v "__pycache__" | sort
I realized that it is due to the working_dir being improperly populated during runtime
Could this be an issue with the SWE-Smith data itself or am I doing something wrong?
Metadata
Metadata
Assignees
Labels
No labels