This commit is contained in:
Paul Gauthier 2024-09-21 10:09:26 -07:00
parent 5493654981
commit 412b8e7c3c
5 changed files with 12 additions and 14 deletions

View file

@ -549,7 +549,10 @@ def run_test_real(
chat_history_file=history_fname,
)
main_model = models.Model(model_name, weak_model=model_name)
# weak_model_name = model_name
weak_model_name = None
main_model = models.Model(model_name, weak_model=weak_model_name)
edit_format = edit_format or main_model.edit_format
dump(main_model)