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

Added Support for Multiple GPU Training through PyTorch Distributed Data Parallel (PyTorch DDP) #22

Merged
merged 44 commits into from
Jan 2, 2024

Commits on Dec 30, 2023

  1. Attempt 1

    iSiddharth20 committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    e6b7cd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3120b72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c61efb4 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. Configuration menu
    Copy the full SHA
    a6911cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e668d49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a6045c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba83015 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    606e297 View commit details
    Browse the repository at this point in the history
  6. Attempt 2

    iSiddharth20 committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    adb2e18 View commit details
    Browse the repository at this point in the history
  7. Attempt 3

    iSiddharth20 committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    92c7c27 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    49a673f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ff6fc09 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d7ddb3a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4100196 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9a0b5a0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    47ec6ed View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    06f9df7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d82c400 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    83f9a26 View commit details
    Browse the repository at this point in the history
  17. Fixed UserWarning for

    iSiddharth20 committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    54e8e38 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    fa8e299 View commit details
    Browse the repository at this point in the history
  19. Updated UserWarnings

    iSiddharth20 committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    f916602 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    aad8403 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    fa5c7f2 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    10fd12b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    fc0fa76 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    455b6ee View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    b86d3a4 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    6015b6f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    c9e4d9d View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    1034b23 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    cb5b55d View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    e0a707c View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    6cb35b4 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    ea3bc39 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    254c126 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    598e364 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    8f1156d View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    cac3c48 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    5529513 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    2901804 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    5f28ffa View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    70742a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    290f3a7 View commit details
    Browse the repository at this point in the history