SWE-bench
SWE-bench copied to clipboard
inference issue run live
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
Can you help me in running the code. getting issue
@kneeraj-AIDE were you able to solve this?
Tagging @carlosejimenez to address this.
I have the same issue.