Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ci-testing.yml #13094

Merged
merged 3 commits into from
Jun 16, 2024
Merged

Update ci-testing.yml #13094

merged 3 commits into from
Jun 16, 2024

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Jun 16, 2024

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

This PR introduces workflow dispatch for CI testing and removes an unnecessary import in the dataloaders.py file.

πŸ“Š Key Changes

  • Introduced workflow_dispatch trigger to GitHub Actions for manual CI testing.
  • Removed distributed import from torch.utils.data in dataloaders.py.

🎯 Purpose & Impact

  • Manual CI Testing: By adding workflow_dispatch, developers can manually trigger the CI tests, making it easier to validate changes without waiting for scheduled runs. πŸ§‘β€πŸ’»
  • Code Cleanup: Removing the unused distributed import tidies up the code, potentially reducing confusion and simplifying maintenance. ✨

glenn-jocher and others added 3 commits June 16, 2024 20:38
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
@glenn-jocher glenn-jocher merged commit c5807f7 into master Jun 16, 2024
7 checks passed
@glenn-jocher glenn-jocher deleted the glenn-jocher-patch-1 branch June 16, 2024 20:08
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.

None yet

2 participants