Skip to content

Commit

Permalink
fix save_steps so it doesn't get duplicated (axolotl-ai-cloud#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed Sep 14, 2023
1 parent 5f8d74f commit 72e96f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/axolotl/utils/trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,6 @@ def setup_trainer(cfg, train_dataset, eval_dataset, model, tokenizer, total_num_
eval_accumulation_steps=cfg.gradient_accumulation_steps,
num_train_epochs=cfg.num_epochs,
learning_rate=cfg.learning_rate,
save_steps=cfg.save_steps,
output_dir=cfg.output_dir,
save_total_limit=cfg.save_total_limit if cfg.save_total_limit else 4,
load_best_model_at_end=(
Expand Down

0 comments on commit 72e96f2

Please sign in to comment.