Skip to content

Commit

Permalink
save llama trained models to correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
aliasaria committed Feb 21, 2024
1 parent 2255067 commit c8c1559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transformerlab/plugins/llama_trainer/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,4 @@ def on_step_end(self, args, state, control, **kwargs):
trainer.train()

# save model
trainer.save_model()
trainer.save_model(output_dir=config["adaptor_output_dir"])

0 comments on commit c8c1559

Please sign in to comment.