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

[WIP] Fix e2e - Federated Learning #461

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rasswanth-s
Copy link
Collaborator

Description

The PR shifts to shutil.move when approving a request as the move operation is atomic and does os.rename if the filesystems being copied to is the same, which makes it very fast.

Also added a check to ensure all the files for training are present.

Affected Dependencies

List any dependencies that are required for this change.

How has this been tested?

  • Describe the tests that you ran to verify your changes.
  • Provide instructions so we can reproduce.
  • List any relevant details for your test configuration.

Checklist

shift to shutil.move as the operation is  atomic
@rasswanth-s
Copy link
Collaborator Author

Kindly do not merge, the E2E tests are still flaking will investigate tmrw.

Copy link
Collaborator

@yashgorana yashgorana left a comment

Choose a reason for hiding this comment

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

blocking merge

@yashgorana yashgorana changed the title Fix e2e - Federated Learning [WIP] Fix e2e - Federated Learning Dec 9, 2024
@yashgorana yashgorana marked this pull request as draft December 9, 2024 16:36
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