Skip to content

Conversation

@supersergiy
Copy link
Member

closes #1029

@supersergiy supersergiy changed the title fix Training: add a default garbage collection callback Jan 24, 2026
@supersergiy
Copy link
Member Author

@trivoldus28 do you have a fix to this in your branch?

@codecov
Copy link

codecov bot commented Jan 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.97%. Comparing base (4319f65) to head (367a559).
⚠️ Report is 6 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1151   +/-   ##
=======================================
  Coverage   99.97%   99.97%           
=======================================
  Files         191      191           
  Lines        9922     9926    +4     
=======================================
+ Hits         9920     9924    +4     
  Misses          2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.


# Lightning requires save_checkpoint to be called on all ranks!
super().save_checkpoint(filepath, weights_only, storage_options)
super().save_checkpoint(filepath, weights_only or False, storage_options)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Training: add a default garbage collection callback

3 participants