Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@gitttt-1234
Copy link
Collaborator

This PR fixes automatic run name generation in multi-GPU training. Previously, non-zero ranks would each create a new checkpoint folder with (cnt+1), since rank 0 had already created the original run folder. This caused multiple redundant empty checkpoint directories.

@codecov
Copy link

codecov bot commented Sep 23, 2025

Codecov Report

❌ Patch coverage is 66.66667% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 93.48%. Comparing base (ff91433) to head (f7e961f).
⚠️ Report is 41 commits behind head on main.

Files with missing lines Patch % Lines
sleap_nn/cli.py 0.00% 1 Missing ⚠️

❌ Your patch status has failed because the patch coverage (66.66%) is below the target coverage (95.00%). You can increase the patch coverage or adjust the target coverage.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #336      +/-   ##
==========================================
- Coverage   95.28%   93.48%   -1.80%     
==========================================
  Files          49       49              
  Lines        6765     6973     +208     
==========================================
+ Hits         6446     6519      +73     
- Misses        319      454     +135     

☔ 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.

@gitttt-1234 gitttt-1234 merged commit 92eb6e8 into main Sep 23, 2025
19 of 23 checks passed
@gitttt-1234 gitttt-1234 deleted the divya/fix-runname-multigpu branch September 23, 2025 21:17
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.

2 participants