mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 03:05:00 +00:00
feat: Add new benchmark test case for qwen-2.5-72b-instruct-diff model
This commit is contained in:
parent
5139594fa0
commit
2753ac6b62
2 changed files with 16 additions and 16 deletions
|
@ -549,7 +549,7 @@ def run_test_real(
|
|||
chat_history_file=history_fname,
|
||||
)
|
||||
|
||||
main_model = models.Model(model_name)
|
||||
main_model = models.Model(model_name, weak_model=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