Added groq llama3

This commit is contained in:
Paul Gauthier 2024-04-22 07:12:01 -07:00
parent 3c2f753c94
commit fd5b9bbfcb
3 changed files with 26 additions and 5 deletions

View file

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