You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MLFlowCallback may be being duplicated- it's added explicitly here but also by the reports_to argument to the trainer I think. The fix may just be to delete the addition of that callback in the linked code.
I can't see any duplicate logs in my version though- I'm using postgres as a backend store which might deal with duplicates somehow
Please check that this issue hasn't been reported before.
Expected Behavior
one log in one step
Current behaviour
duplicated log in one step
Steps to reproduce
accelerate launch -m axolotl.cli.train my_config.yml
Config yaml
Possible solution
No response
Which Operating Systems are you using?
Python Version
3.11
axolotl branch-commit
main/8c3a727f9d60ffd3af385f90bcc3fa3a56398fe1
Acknowledgements
The text was updated successfully, but these errors were encountered: