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

Request for an Example to Reproduce the Paper Code with Environment and Hardware Details #22

Open
Panlichen opened this issue Mar 10, 2024 · 0 comments

Comments

@Panlichen
Copy link

Hello,

I'm attempting to run and reproduce the results of the code provided in this repository, specifically the implementation related to PowerSGD. To ensure a smooth and accurate reproduction, could you please provide a detailed example or guide that includes the following information?

  1. Hardware Platform Details:

    • Number and type of GPUs used.
    • Any specific hardware requirements or configurations.
  2. Software Environment:

    • The version of PyTorch and CUDA.
    • Any other dependencies or libraries required to run the code.
  3. Execution Instructions:

    • Detailed commands to launch the training process, especially if it involves distributed training using python -m torch.distributed.launch or tochrun.

Additionally, it appears that certain parts of the code might require adjustments to work correctly with the distributed launch utility. Specifically, the references to the rank variable in the following lines seem to be problematic when launching with python -m torch.distributed.launch:

These lines of code seem to directly access a rank variable which may not be properly initialized in a distributed training context initiated by torch.distributed.launch.

Could you please clarify these aspects or suggest any necessary modifications to successfully run the distributed training as intended?

Thank you very much for your assistance and for sharing your work. I'm looking forward to successfully reproducing the results and exploring the capabilities of PowerSGD.

Best regards,
Lichen

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

No branches or pull requests

1 participant