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

Weekly patch release v1.6.5 #13481

Merged
merged 24 commits into from
Jul 12, 2022
Merged

Weekly patch release v1.6.5 #13481

merged 24 commits into from
Jul 12, 2022

Commits on Jul 1, 2022

  1. update NGC docker (#13136)

    * update docker
    * Apply suggestions from code review
    
    Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
    Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
    3 people authored and rohitgr7 committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    e95b3e8 View commit details
    Browse the repository at this point in the history
  2. Decouple pulling legacy checkpoints from existing GHA workflows and d…

    …ocker files (#13185)
    
    * Add pull-legacy-checkpoints action
    * Replace pulls with the new action and script
    * Simplify
    akihironitta authored and rohitgr7 committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    fbdaf38 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #13250 from PyTorchLightning/ci/rm-base

    CI: Remove simple test `ci_test-base.yml`
    akihironitta authored and rohitgr7 committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    96d1f92 View commit details
    Browse the repository at this point in the history
  4. Update rich requirement from !=10.15.*,<=12.0.0,>=10.2.2 to >=10.2.2,…

    …!=10.15.0.a,<13.0.0 in /requirements (#13047)
    
    * Update rich requirement in /requirements
    
    Updates the requirements on [rich](https://github.com/willmcgugan/rich) to permit the latest version.
    - [Release notes](https://github.com/willmcgugan/rich/releases)
    - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
    - [Commits](Textualize/rich@v10.2.2...v12.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: rich
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and rohitgr7 committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    7db3b9f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d5f100 View commit details
    Browse the repository at this point in the history
  6. update tutorials (#13268)

    Borda authored and rohitgr7 committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    043ff03 View commit details
    Browse the repository at this point in the history
  7. [BUG] estimated_stepping_batches requires distributed comms in `con…

    …figure_optimizers` for `DeepSpeedStrategy` (#13350)
    Sean Naren authored and rohitgr7 committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    541392f View commit details
    Browse the repository at this point in the history
  8. Update torchmetrics requirement from <=0.7.2,>=0.4.1 to >=0.4.1,<0.9.…

    …2 in /requirements (#13275)
    
    Update torchmetrics requirement in /requirements
    
    Updates the requirements on [torchmetrics](https://github.com/PyTorchLightning/metrics) to permit the latest version.
    - [Release notes](https://github.com/PyTorchLightning/metrics/releases)
    - [Changelog](https://github.com/PyTorchLightning/metrics/blob/master/CHANGELOG.md)
    - [Commits](Lightning-AI/torchmetrics@v0.4.1...v0.9.1)
    
    ---
    updated-dependencies:
    - dependency-name: torchmetrics
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and rohitgr7 committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    2c18ee4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0172a94 View commit details
    Browse the repository at this point in the history
  10. rename org Lightning AI

    Borda committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    fadfee1 View commit details
    Browse the repository at this point in the history
  11. Modified python version check to accommodate for legacy version styles (

    #13420)
    
    Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
    
    (cherry picked from commit b332b66)
    martinosorb authored and Borda committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    032c9eb View commit details
    Browse the repository at this point in the history
  12. Call set_epoch for distributed batch samplers (#13396)

    Co-authored-by: Jirka <jirka.borovec@seznam.cz>
    Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
    
    (cherry picked from commit 2dd332f)
    awaelchli authored and Borda committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    922324c View commit details
    Browse the repository at this point in the history
  13. _RICH_AVAILABLE

    awaelchli authored and Borda committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    609d923 View commit details
    Browse the repository at this point in the history
  14. _FAIRSCALE_AVAILABLE

    Borda committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    05d7931 View commit details
    Browse the repository at this point in the history
  15. _BAGUA_AVAILABLE

    Borda committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    d4b691f View commit details
    Browse the repository at this point in the history
  16. redefine

    Borda committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    9b6c97e View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. chlog spaces

    Borda committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    c023691 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e70889f View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. update release date

    rohitgr7 authored and carmocca committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    a148480 View commit details
    Browse the repository at this point in the history
  2. CI: azure rename

    Borda authored and carmocca committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    e1d55b6 View commit details
    Browse the repository at this point in the history
  3. Restore log step during restart (#13467)

    Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
    rohitgr7 and carmocca committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    0ed112e View commit details
    Browse the repository at this point in the history
  4. remove redundant test

    rohitgr7 authored and carmocca committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    2780a92 View commit details
    Browse the repository at this point in the history
  5. Update CI setup (#13291)

    * drop mamba
    * use legacy GPU machines
    Borda authored and carmocca committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    2f38d98 View commit details
    Browse the repository at this point in the history
  6. fix schema check

    Borda committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    3a0328c View commit details
    Browse the repository at this point in the history