Skip to content

Commit

Permalink
fix: missing break condition (metavoiceio#143)
Browse files Browse the repository at this point in the history
Co-authored-by: siddharth sharma <sid@themetavoice.xyz>
  • Loading branch information
sidroopdaska and siddharth sharma committed May 7, 2024
1 parent dab7454 commit c951ccf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fam/llm/finetune.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ def get_lr(it):
properties={"finetune_jobid": finetune_jobid, "loss": round(lossf, 4)},
)
)
break


if __name__ == "__main__":
Expand Down

0 comments on commit c951ccf

Please sign in to comment.