Skip to content

Commit

Permalink
Begin implementing a training edge case to pickup where the training …
Browse files Browse the repository at this point in the history
…left off if interrupeted.
  • Loading branch information
jshuadvd committed Jul 7, 2024
1 parent 15ade7b commit c70b0bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions train.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ def main():
criterion,
scheduler,
tokenizer,
resume_from_checkpoint=resume_from_checkpoint,
)

# Finish logging and close the Weights & Biases run
Expand Down

0 comments on commit c70b0bc

Please sign in to comment.