princeton-nlp / SWE-bench

[ICLR 2024] SWE-Bench: Can Language Models Resolve Real-world Github Issues?
https://www.swebench.com
MIT License
1.81k stars 311 forks source link

inference issue run live #87

Closed kneeraj-AIDE closed 2 months ago

kneeraj-AIDE commented 6 months ago

Running this :

python run_live.py --model_name gpt-3.5-turbo-1106 \
    --issue_url https://github.com/huggingface/transformers/issues/26706 

getting this issue:

2024-04-07 10:16:57,816 ERROR Failed to switch to <function file_name_and_contents at 0x106a845e0>
2024-04-07 10:16:57,817 ERROR Cmd('git') failed due to: exit code(128)
  cmdline: git reset --hard <function file_name_and_contents at 0x106a845e0>
  stderr: 'fatal: ambiguous argument '<function file_name_and_contents at 0x106a845e0>': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]''

getting issue in running the run_live.py

kneeraj-AIDE commented 5 months ago

Can you help me in running the code. getting issue

ilansh commented 4 months ago

@kneeraj-AIDE were you able to solve this?

john-b-yang commented 3 months ago

Tagging @carlosejimenez to address this.

r4phael commented 3 months ago

I have the same issue.