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

[DO NOT MERGE] Log test results to file #6627

Draft
wants to merge 66 commits into
base: master
Choose a base branch
from
Draft

Commits on Oct 15, 2024

  1. log test run

    tohtana committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    16a8cb6 View commit details
    Browse the repository at this point in the history
  2. enable logging in workflow

    tohtana committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    3ff9cea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    101bab7 View commit details
    Browse the repository at this point in the history
  4. fix return code from grep

    tohtana committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c04d6c1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d58b427 View commit details
    Browse the repository at this point in the history
  6. fix handling return code

    tohtana committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    5434f53 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    3d27593 View commit details
    Browse the repository at this point in the history
  2. add logging in tests

    tohtana committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    75fe4ad View commit details
    Browse the repository at this point in the history
  3. Merge branch 'tohtana/log_run_tests' of github.com:microsoft/DeepSpee…

    …d into tohtana/log_run_tests
    tohtana committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    18d2da1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e6b3e5 View commit details
    Browse the repository at this point in the history
  5. disable NCCL_SOCKET_IFNAME

    tohtana committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    a1c766b View commit details
    Browse the repository at this point in the history
  6. fix args for test func

    tohtana committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    56febde View commit details
    Browse the repository at this point in the history
  7. pin torch version

    tohtana committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    7fab557 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    b0091a9 View commit details
    Browse the repository at this point in the history
  2. unpin torch version

    tohtana committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    409ed6d View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    969b7f7 View commit details
    Browse the repository at this point in the history
  2. set file path for filestore

    tohtana committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    8c4cd1d View commit details
    Browse the repository at this point in the history
  3. use /dev/shm for filestore

    tohtana committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    6a7b640 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'tohtana/log_run_tests' of github.com:microsoft/DeepSpee…

    …d into tohtana/log_run_tests
    tohtana committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    9d0216a View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. add info to tag

    tohtana committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    7508150 View commit details
    Browse the repository at this point in the history
  2. shorten process group timeout

    tohtana committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    e52ca96 View commit details
    Browse the repository at this point in the history
  3. set device

    tohtana committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    58cb5a9 View commit details
    Browse the repository at this point in the history
  4. Run on specialized runner

    loadams committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    9e64183 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3fad973 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'tohtana/log_run_tests' of github.com:microsoft/DeepSpee…

    …d into tohtana/log_run_tests
    tohtana committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    2096a1a View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    6669f93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bef245 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'tohtana/log_run_tests' of github.com:microsoft/DeepSpee…

    …d into tohtana/log_run_tests
    tohtana committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    95a6426 View commit details
    Browse the repository at this point in the history
  4. set timeout of closing pool

    tohtana committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    b143903 View commit details
    Browse the repository at this point in the history
  5. recreate pool when test fails

    tohtana committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    4357a6e View commit details
    Browse the repository at this point in the history
  6. add log outputs

    tohtana committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    07c18c8 View commit details
    Browse the repository at this point in the history
  7. fix flag

    tohtana committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    b221b5f View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. handle nccl error

    tohtana committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    fafb2d9 View commit details
    Browse the repository at this point in the history
  2. init pg exclusively

    tohtana committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    dcb3bbd View commit details
    Browse the repository at this point in the history
  3. fix lock

    tohtana committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    48561fa View commit details
    Browse the repository at this point in the history
  4. fix removal of lock file

    tohtana committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    616eb4d View commit details
    Browse the repository at this point in the history
  5. use O_EXCL for lock

    tohtana committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    fa4bcec View commit details
    Browse the repository at this point in the history
  6. simplify lock

    tohtana committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    acc77d9 View commit details
    Browse the repository at this point in the history
  7. add random wait

    tohtana committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    c8612d8 View commit details
    Browse the repository at this point in the history
  8. increase retry count

    tohtana committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    65111c1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    44fb6fe View commit details
    Browse the repository at this point in the history
  10. catch nccl init error

    tohtana committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    a1e4eee View commit details
    Browse the repository at this point in the history
  11. change timeout

    tohtana committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    a1c0123 View commit details
    Browse the repository at this point in the history
  12. enable reuse_dist_env

    tohtana committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    0afe7d1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3649914 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ecc93f9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    96d520f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f7573d1 View commit details
    Browse the repository at this point in the history
  17. fix teadown

    tohtana committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    91fc68a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    54bb4e6 View commit details
    Browse the repository at this point in the history
  19. fix teardown

    tohtana committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    46a4ac8 View commit details
    Browse the repository at this point in the history
  20. add condition of cleaning

    tohtana committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    85fa337 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. add test

    tohtana committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    4dbfb51 View commit details
    Browse the repository at this point in the history
  2. move call to set device

    tohtana committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    3d6b7ea View commit details
    Browse the repository at this point in the history
  3. fix world size

    tohtana committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    65ffac9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61409dd View commit details
    Browse the repository at this point in the history
  5. add cleaning of global state

    tohtana committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    c420d42 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'tohtana/log_run_tests' of github.com:microsoft/DeepSpee…

    …d into tohtana/log_run_tests
    tohtana committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    35ccf6c View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    bebb59c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a880da View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Configuration menu
    Copy the full SHA
    b6da93d View commit details
    Browse the repository at this point in the history
  2. Fix after merge

    loadams committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    89f03af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f3b63f View commit details
    Browse the repository at this point in the history
  4. Add mpi4py

    loadams committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    e6a6705 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    5e59b82 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    bb4c5b6 View commit details
    Browse the repository at this point in the history