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

Increase test coverage #289

Merged
merged 67 commits into from
May 12, 2021
Merged

Increase test coverage #289

merged 67 commits into from
May 12, 2021

Commits on May 2, 2021

  1. requirements for test coverage

    Samuel Weinbach committed May 2, 2021
    Configuration menu
    Copy the full SHA
    41d3ca0 View commit details
    Browse the repository at this point in the history
  2. cleanup tensorboard dir when testing

    Samuel Weinbach committed May 2, 2021
    Configuration menu
    Copy the full SHA
    427bebd View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. simplify using subtests

    Samuel Weinbach committed May 3, 2021
    Configuration menu
    Copy the full SHA
    fe7916c View commit details
    Browse the repository at this point in the history
  2. fix clear test dirs in subtests

    Samuel Weinbach committed May 3, 2021
    Configuration menu
    Copy the full SHA
    119c6c1 View commit details
    Browse the repository at this point in the history
  3. test update to try and run tests with a worldsize > 1

    Samuel Weinbach committed May 3, 2021
    Configuration menu
    Copy the full SHA
    9ac6e03 View commit details
    Browse the repository at this point in the history
  4. fix test model instantiation for world size > 1

    Samuel Weinbach committed May 3, 2021
    Configuration menu
    Copy the full SHA
    65b497f View commit details
    Browse the repository at this point in the history
  5. neox args test with import in function

    Samuel Weinbach committed May 3, 2021
    Configuration menu
    Copy the full SHA
    ca05fd9 View commit details
    Browse the repository at this point in the history
  6. test readme update

    Samuel Weinbach committed May 3, 2021
    Configuration menu
    Copy the full SHA
    69ae18c View commit details
    Browse the repository at this point in the history
  7. test model checkpoint with forward option

    Samuel Weinbach committed May 3, 2021
    Configuration menu
    Copy the full SHA
    fb60a97 View commit details
    Browse the repository at this point in the history
  8. test model checkpoint in inference mode

    Samuel Weinbach committed May 3, 2021
    Configuration menu
    Copy the full SHA
    616ba01 View commit details
    Browse the repository at this point in the history
  9. todo for config data_impl

    Samuel Weinbach committed May 3, 2021
    Configuration menu
    Copy the full SHA
    d343dbd View commit details
    Browse the repository at this point in the history
  10. upate test configs

    Samuel Weinbach committed May 3, 2021
    Configuration menu
    Copy the full SHA
    2472bd2 View commit details
    Browse the repository at this point in the history
  11. add docstrings to testcases

    Samuel Weinbach committed May 3, 2021
    Configuration menu
    Copy the full SHA
    92251df View commit details
    Browse the repository at this point in the history
  12. test models with overwrite in neox_args

    Samuel Weinbach committed May 3, 2021
    Configuration menu
    Copy the full SHA
    532c982 View commit details
    Browse the repository at this point in the history
  13. update tests readme

    Samuel Weinbach committed May 3, 2021
    Configuration menu
    Copy the full SHA
    81086aa View commit details
    Browse the repository at this point in the history
  14. test config include sm3 optimizer

    Samuel Weinbach committed May 3, 2021
    Configuration menu
    Copy the full SHA
    528686f View commit details
    Browse the repository at this point in the history
  15. test config adjustments

    Samuel Weinbach committed May 3, 2021
    Configuration menu
    Copy the full SHA
    48c7a3e View commit details
    Browse the repository at this point in the history
  16. add cpu and gpu testing in checkpoint test

    Samuel Weinbach committed May 3, 2021
    Configuration menu
    Copy the full SHA
    b460776 View commit details
    Browse the repository at this point in the history
  17. add test for train / backwards step

    Samuel Weinbach committed May 3, 2021
    Configuration menu
    Copy the full SHA
    023579b View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. requirements for test coverage

    Samuel Weinbach committed May 4, 2021
    Configuration menu
    Copy the full SHA
    aa0dc64 View commit details
    Browse the repository at this point in the history
  2. cleanup tensorboard dir when testing

    Samuel Weinbach committed May 4, 2021
    Configuration menu
    Copy the full SHA
    c517c69 View commit details
    Browse the repository at this point in the history
  3. simplify using subtests

    Samuel Weinbach committed May 4, 2021
    Configuration menu
    Copy the full SHA
    132abfc View commit details
    Browse the repository at this point in the history
  4. fix clear test dirs in subtests

    Samuel Weinbach committed May 4, 2021
    Configuration menu
    Copy the full SHA
    8b7a9a7 View commit details
    Browse the repository at this point in the history
  5. test update to try and run tests with a worldsize > 1

    Samuel Weinbach committed May 4, 2021
    Configuration menu
    Copy the full SHA
    93c986a View commit details
    Browse the repository at this point in the history
  6. fix test model instantiation for world size > 1

    Samuel Weinbach committed May 4, 2021
    Configuration menu
    Copy the full SHA
    49ef6d0 View commit details
    Browse the repository at this point in the history
  7. neox args test with import in function

    Samuel Weinbach committed May 4, 2021
    Configuration menu
    Copy the full SHA
    ce66309 View commit details
    Browse the repository at this point in the history
  8. test readme update

    Samuel Weinbach committed May 4, 2021
    Configuration menu
    Copy the full SHA
    3673d1b View commit details
    Browse the repository at this point in the history
  9. test model checkpoint with forward option

    Samuel Weinbach committed May 4, 2021
    Configuration menu
    Copy the full SHA
    e849d40 View commit details
    Browse the repository at this point in the history
  10. test model checkpoint in inference mode

    Samuel Weinbach committed May 4, 2021
    Configuration menu
    Copy the full SHA
    a83198f View commit details
    Browse the repository at this point in the history
  11. todo for config data_impl

    Samuel Weinbach committed May 4, 2021
    Configuration menu
    Copy the full SHA
    baeb88e View commit details
    Browse the repository at this point in the history
  12. upate test configs

    Samuel Weinbach committed May 4, 2021
    Configuration menu
    Copy the full SHA
    ec81841 View commit details
    Browse the repository at this point in the history
  13. add docstrings to testcases

    Samuel Weinbach committed May 4, 2021
    Configuration menu
    Copy the full SHA
    5ac730a View commit details
    Browse the repository at this point in the history
  14. test models with overwrite in neox_args

    Samuel Weinbach committed May 4, 2021
    Configuration menu
    Copy the full SHA
    3cd056b View commit details
    Browse the repository at this point in the history
  15. update tests readme

    Samuel Weinbach committed May 4, 2021
    Configuration menu
    Copy the full SHA
    c0469f0 View commit details
    Browse the repository at this point in the history
  16. test config include sm3 optimizer

    Samuel Weinbach committed May 4, 2021
    Configuration menu
    Copy the full SHA
    44431d5 View commit details
    Browse the repository at this point in the history
  17. test config adjustments

    Samuel Weinbach committed May 4, 2021
    Configuration menu
    Copy the full SHA
    51c9bc1 View commit details
    Browse the repository at this point in the history
  18. add cpu and gpu testing in checkpoint test

    Samuel Weinbach committed May 4, 2021
    Configuration menu
    Copy the full SHA
    05fbd5d View commit details
    Browse the repository at this point in the history
  19. add test for train / backwards step

    Samuel Weinbach committed May 4, 2021
    Configuration menu
    Copy the full SHA
    2f827a3 View commit details
    Browse the repository at this point in the history
  20. Merge branch 'increase_test_coverage' of github.com:EleutherAI/gpt-ne…

    …ox into increase_test_coverage
    Samuel Weinbach committed May 4, 2021
    Configuration menu
    Copy the full SHA
    eefff73 View commit details
    Browse the repository at this point in the history
  21. test model train with right vocab size

    Samuel Weinbach committed May 4, 2021
    Configuration menu
    Copy the full SHA
    f1f40cf View commit details
    Browse the repository at this point in the history
  22. modified test configs

    Samuel Weinbach committed May 4, 2021
    Configuration menu
    Copy the full SHA
    7b0ccf2 View commit details
    Browse the repository at this point in the history
  23. test train with nan handling of losses

    Samuel Weinbach committed May 4, 2021
    Configuration menu
    Copy the full SHA
    dc53a5c View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    9e4c31a View commit details
    Browse the repository at this point in the history
  25. text generation utils - create dir fix

    Samuel Weinbach committed May 4, 2021
    Configuration menu
    Copy the full SHA
    c8c6e97 View commit details
    Browse the repository at this point in the history
  26. test model generation init

    Samuel Weinbach committed May 4, 2021
    Configuration menu
    Copy the full SHA
    1cdea36 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    a391ae1 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    dc88b12 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. Merge branch 'main' into increase_test_coverage

    Samuel Weinbach committed May 7, 2021
    Configuration menu
    Copy the full SHA
    c756696 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48171c7 View commit details
    Browse the repository at this point in the history
  3. adjust tests for generation to new main branch

    Samuel Weinbach committed May 7, 2021
    Configuration menu
    Copy the full SHA
    7239d3a View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. test text generation with multiple configs

    Samuel Weinbach committed May 10, 2021
    Configuration menu
    Copy the full SHA
    83978f2 View commit details
    Browse the repository at this point in the history
  2. test model generation with input file

    Samuel Weinbach committed May 10, 2021
    Configuration menu
    Copy the full SHA
    f915114 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fce24f View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Merge branch 'main' into increase_test_coverage

    Samuel Weinbach committed May 11, 2021
    Configuration menu
    Copy the full SHA
    9042dab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88d4a35 View commit details
    Browse the repository at this point in the history
  3. fix / make loss dict naming consistent

    Samuel Weinbach committed May 11, 2021
    Configuration menu
    Copy the full SHA
    14a84c9 View commit details
    Browse the repository at this point in the history
  4. disable fp32 in testing

    Samuel Weinbach committed May 11, 2021
    Configuration menu
    Copy the full SHA
    b3b3d5c View commit details
    Browse the repository at this point in the history
  5. fix error message for unknown activation

    Samuel Weinbach committed May 11, 2021
    Configuration menu
    Copy the full SHA
    97c0c62 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6f76823 View commit details
    Browse the repository at this point in the history
  7. fix comment with new variable name

    Samuel Weinbach committed May 11, 2021
    Configuration menu
    Copy the full SHA
    89863b3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    053e70c View commit details
    Browse the repository at this point in the history
  9. updated config comparer

    kipgparker committed May 11, 2021
    Configuration menu
    Copy the full SHA
    774bc2c View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Merge branch 'main' into increase_test_coverage

    Samuel Weinbach committed May 12, 2021
    Configuration menu
    Copy the full SHA
    dc2806a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into increase_test_coverage

    Samuel Weinbach committed May 12, 2021
    Configuration menu
    Copy the full SHA
    02ccedc View commit details
    Browse the repository at this point in the history
  3. compare arg value in neox args load test

    Samuel Weinbach committed May 12, 2021
    Configuration menu
    Copy the full SHA
    d405354 View commit details
    Browse the repository at this point in the history
  4. mark testcases for cpu

    Samuel Weinbach committed May 12, 2021
    Configuration menu
    Copy the full SHA
    af0b1f1 View commit details
    Browse the repository at this point in the history
  5. readme for tests on cpu

    Samuel Weinbach committed May 12, 2021
    Configuration menu
    Copy the full SHA
    a2d2e2b View commit details
    Browse the repository at this point in the history