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

upgrade to PTL 1.7 #4672

Merged
merged 24 commits into from
Aug 11, 2022
Merged

upgrade to PTL 1.7 #4672

merged 24 commits into from
Aug 11, 2022

Commits on Aug 10, 2022

  1. upgrade to PTL 1.7

    Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com>
    nithinraok committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    f12eeda View commit details
    Browse the repository at this point in the history
  2. min version

    Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com>
    nithinraok committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    3205744 View commit details
    Browse the repository at this point in the history
  3. replace progressbar_refresh_rate with enable progressbar, this is cal…

    …lback now
    
    Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com>
    nithinraok committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    9af8ccf View commit details
    Browse the repository at this point in the history
  4. progressbar

    Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com>
    nithinraok committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    d3796c7 View commit details
    Browse the repository at this point in the history
  5. replace removed PTL 1.7 args, fix cpu tests, remove p-tune older script

    Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com>
    nithinraok committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    c60e88d View commit details
    Browse the repository at this point in the history
  6. revert ssl test fixes

    Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com>
    nithinraok committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    c4ac532 View commit details
    Browse the repository at this point in the history
  7. override trainer property and fix numba grad check

    Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com>
    nithinraok committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    323aa76 View commit details
    Browse the repository at this point in the history
  8. NLPDDPlugin -> NLPDDPStrategy

    Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com>
    nithinraok committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    716e25f View commit details
    Browse the repository at this point in the history
  9. style fix

    Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com>
    nithinraok committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    9fc6076 View commit details
    Browse the repository at this point in the history
  10. set max_steps default as -1

    Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com>
    nithinraok committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    d4223a7 View commit details
    Browse the repository at this point in the history
  11. fix maxsteps in notebooks

    Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com>
    nithinraok committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    0d02642 View commit details
    Browse the repository at this point in the history
  12. update trainer config

    Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com>
    nithinraok committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    5fde783 View commit details
    Browse the repository at this point in the history
  13. fix speech2label jenkins

    Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com>
    nithinraok committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    e8205d9 View commit details
    Browse the repository at this point in the history
  14. fix speech2text jenkins

    Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com>
    nithinraok committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    3a8dfa7 View commit details
    Browse the repository at this point in the history
  15. DDPPlugin -> DDPStrategy

    Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com>
    nithinraok committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    cba45cd View commit details
    Browse the repository at this point in the history
  16. remove provided strategy keys from trainer config nlp

    Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com>
    nithinraok committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    09297e8 View commit details
    Browse the repository at this point in the history
  17. check other examples

    Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com>
    nithinraok committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    d838219 View commit details
    Browse the repository at this point in the history
  18. override LightningModule .cuda call to maintain pytorch default behavior

    Signed-off-by: ericharper <complex451@gmail.com>
    ericharper authored and nithinraok committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    ee6be18 View commit details
    Browse the repository at this point in the history
  19. revert gpt eval jenkins test

    Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com>
    nithinraok committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    c2fa720 View commit details
    Browse the repository at this point in the history
  20. overwrite cuda class to PTL

    Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com>
    nithinraok committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    4d002e2 View commit details
    Browse the repository at this point in the history
  21. review feedback

    Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com>
    nithinraok committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    1e3f6be View commit details
    Browse the repository at this point in the history
  22. remove checkpoint callback from main config

    Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com>
    nithinraok committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    cf81127 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. patch fix for intentslot classification test

    Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com>
    nithinraok committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    c909663 View commit details
    Browse the repository at this point in the history
  2. style fix

    Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com>
    nithinraok committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    4ab1f5b View commit details
    Browse the repository at this point in the history