feat: Add new benchmark test case for qwen-2.5-72b-instruct-diff model

This commit is contained in:
Paul Gauthier 2024-09-20 13:27:58 -07:00 committed by Paul Gauthier (aider)
parent 5139594fa0
commit 2753ac6b62
2 changed files with 16 additions and 16 deletions

View file

@ -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)