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

#247 - Rename init to initialize_distributed_strategy #289

Conversation

Yuvrajsinghspd09
Copy link

Resolved #247 by renaming the init method to initialize_distributed_strategy for distributed strategies.

Changes made :

  1. Updated TorchDDPStrategy and DeepSpeedStrategy to use initialize_distributed_strategy.
  2. Updated all references in tests, tutorials, and documentation.

@annaelisalappe Could you please review this pull request? Let me know if any further changes are needed.

Summary


Related issue :

- Updated init to initialize_distributed_strategy in:n
  - TorchDDPStrategy

  - DeepSpeedStrategy

- Ensured method names clearly reflect their purpose.
@annaelisalappe
Copy link
Collaborator

Actually, we have closed the issue as after discussions with the team, we decided the current naming conventions are fine. Thank you for your effort, we will do our best to keep issues up-to-date in the future!

@Yuvrajsinghspd09
Copy link
Author

Actually, we have closed the issue as after discussions with the team, we decided the current naming conventions are fine. Thank you for your effort, we will do our best to keep issues up-to-date in the future!

Oh okay! . Thanks for letting me know!

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.

Rename init function of distributed strategies
2 participants