-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError while running harness.py #5
Comments
Thanks for your interest in the aider SWE Bench harness. Unfortunately it is not compatible with the latest version of aider. I will certainly update it eventually, but it's not likely to be an urgent priority at the moment. |
No prob, commenting those two parameters seem to work |
Hello, I am also trying to run Namely:
always catches coder_err: I have tried to locate the Coder version where this constructor is still in place:
but I could not. @paul-gauthier I understand it is not your priority to fix this code, but do you have any suggestions on how to run it locally? Thanks! |
I am trying to run harness.py on swebench-lite.
I got the following error:
It seems like you are passing
git_dname
as a parameter tocoder = Coder.create()
but according to the latest code onaider-chat
it does not have any parameter like this.After commenting out that parameter, got another error
TypeError: Coder.__init__() got an unexpected keyword argument 'max_chat_history_tokens'
The text was updated successfully, but these errors were encountered: