fixed benchmark

This commit is contained in:
Paul Gauthier 2024-04-23 09:44:04 -07:00
parent d260bfb704
commit 4461c7c4b2

View file

@ -955,7 +955,7 @@ def run_test(
chat_history_file=history_fname,
)
main_model = models.Model(model_name, require_model_info=False)
main_model = models.Model(model_name)
edit_format = edit_format or main_model.edit_format
dump(main_model)