mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
Merge pull request #250 from joshuavial/fix-benchmark
This commit is contained in:
commit
93184d1fc2
2 changed files with 2 additions and 1 deletions
|
@ -3,5 +3,6 @@ RUN apt-get update && apt-get install -y less git
|
|||
COPY requirements.txt /aider/requirements.txt
|
||||
RUN pip install lox typer pandas matplotlib imgcat aider-chat
|
||||
RUN pip install --upgrade pip && pip install -r /aider/requirements.txt
|
||||
RUN git config --global --add safe.directory /aider
|
||||
WORKDIR /aider
|
||||
|
||||
|
|
|
@ -547,7 +547,7 @@ def run_test(
|
|||
chat_history_file=history_fname,
|
||||
)
|
||||
|
||||
main_model = models.Model(model_name)
|
||||
main_model = models.Model.create(model_name)
|
||||
edit_format = edit_format or main_model.edit_format
|
||||
|
||||
dump(main_model)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue