Skip to content

Incorrect working_dir being populated from SWE-Smith #104

Open
@shubhamrgandhi

Description

@shubhamrgandhi

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions