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

feature/comet-logger-update #2

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

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    07e802d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    075b581 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be371cd View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    7481e33 View commit details
    Browse the repository at this point in the history
  2. linter fix

    japdubengsub committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    9d9c86f View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    f2cd1b9 View commit details
    Browse the repository at this point in the history
  2. update unit tests

    japdubengsub committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    946c92e View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. docs: update ref to latest tutorials (Lightning-AI#20262)

    update tutorials to `3f8a254d`
    
    Co-authored-by: Borda <[email protected]>
    pl-ghost and Borda authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    bc3c9c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. add PR suggestions

    japdubengsub committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    3a2a27d View commit details
    Browse the repository at this point in the history
  2. fix mypy check

    japdubengsub committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    05de746 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. fix mypy check #2

    japdubengsub committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    e1f9042 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. update changelog

    japdubengsub committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    d9c7480 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fea284 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. docs: update ref to latest tutorials (Lightning-AI#20284)

    update tutorials to `d5273534`
    
    Co-authored-by: Borda <[email protected]>
    pl-ghost and Borda authored Sep 15, 2024
    Configuration menu
    Copy the full SHA
    7d2b859 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. build(deps): bump Lightning-AI/utilities from 0.11.6 to 0.11.7 (Light…

    …ning-AI#20267)
    
    * build(deps): bump Lightning-AI/utilities from 0.11.6 to 0.11.7
    
    Bumps [Lightning-AI/utilities](https://github.com/lightning-ai/utilities) from 0.11.6 to 0.11.7.
    - [Release notes](https://github.com/lightning-ai/utilities/releases)
    - [Changelog](https://github.com/Lightning-AI/utilities/blob/main/CHANGELOG.md)
    - [Commits](Lightning-AI/utilities@v0.11.6...v0.11.7)
    
    ---
    updated-dependencies:
    - dependency-name: Lightning-AI/utilities
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Apply suggestions from code review
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jirka Borovec <[email protected]>
    dependabot[bot] and Borda authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    9490915 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump peter-evans/create-pull-request from 6 to 7 (Lightn…

    …ing-AI#20266)
    
    Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6 to 7.
    - [Release notes](https://github.com/peter-evans/create-pull-request/releases)
    - [Commits](peter-evans/create-pull-request@v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: peter-evans/create-pull-request
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    7eafab9 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Update favicon to match Lightning AI app consistency (Lightning-AI#20290

    )
    
    * Update favicon
    
    * Update favicons - all sizes
    EmilieLny authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    48279a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. use ` notation

    japdubengsub committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    beb8d52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ab3662 View commit details
    Browse the repository at this point in the history
  3. fix linter warning

    japdubengsub committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    036a2eb View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    e452fe8 View commit details
    Browse the repository at this point in the history
  2. fix(tests): update tests after torch 2.4.1 (Lightning-AI#20302)

    * update
    
    * test_loggers_pickle_all
    
    * more...
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * fix
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Borda and pre-commit-ci[bot] authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    d1ca3c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70f188b View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

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

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    474bdd0 View commit details
    Browse the repository at this point in the history
  2. docs: add note for TQDMProgressBar (Lightning-AI#20198)

    * Add documentation note for TQDMProgressBar
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    NishantDahal and pre-commit-ci[bot] authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    66508ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49722b1 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. fix unit tests

    japdubengsub committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    a804240 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    cb2ce52 View commit details
    Browse the repository at this point in the history
  2. update BitsandBytes version (Lightning-AI#20313)

    * upggrade requiremnets.txt
    
    * update fabric bitsandbytes linear quantization for bnb 0.44.1
    
    * add quant_storage param
    
    * exclude macos from bnb upgrade
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    ali-alshaar7 and pre-commit-ci[bot] authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    5dea36c View commit details
    Browse the repository at this point in the history
  3. fix linter warning

    japdubengsub committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    caab338 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

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

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    06a8028 View commit details
    Browse the repository at this point in the history
  2. flatten nested params

    japdubengsub committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    467378d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    512d763 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a785341 View commit details
    Browse the repository at this point in the history
  5. Decoupled checkpoint artifact path from model artifact path (Lightnin…

    …g-AI#20325)
    
    Co-authored-by: peter.mcelroy <[email protected]>
    pete-mcelroy and peter.mcelroy authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    8ad3e29 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

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

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    af19dda View commit details
    Browse the repository at this point in the history
  2. docs: fix removed ref to deepspeed.initialize (Lightning-AI#20353)

    * docs: fix removed ref to `deepspeed.initialize`
    
    * fix links
    Borda authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    0e1e14f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f86497 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump Lightning-AI/utilities from 0.11.7 to 0.11.8 (Light…

    …ning-AI#20354)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jirka Borovec <[email protected]>
    dependabot[bot] and Borda authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    8c5fc89 View commit details
    Browse the repository at this point in the history
  5. docs: update ref to latest tutorials (Lightning-AI#20322)

    Co-authored-by: Borda <[email protected]>
    Co-authored-by: Jirka Borovec <[email protected]>
    3 people authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    2110a39 View commit details
    Browse the repository at this point in the history
  6. Update version.info to 2.5.0.dev (Lightning-AI#20316)

    Co-authored-by: Jirka Borovec <[email protected]>
    rasbt and Borda authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    06a8d5b View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

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

Commits on Nov 3, 2024

  1. docs: update ref to latest tutorials (Lightning-AI#20387)

    update tutorials to `b83fde09`
    
    Co-authored-by: Borda <[email protected]>
    pl-ghost and Borda authored Nov 3, 2024
    Configuration menu
    Copy the full SHA
    897b2af View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

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

Commits on Nov 5, 2024

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

Commits on Nov 12, 2024

  1. bump: Torch 2.5 (Lightning-AI#20351)

    * bump: Torch `2.5.0`
    
    * push docker
    
    * docker
    
    * 2.5.1 and mypy
    
    * update USE_DISTRIBUTED=0 test
    
    * also for pytorch lightning no distributed
    
    * set USE_LIBUV=0 on windows
    
    * try drop pickle warning
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * disable compiling update_metrics
    
    * bump 2.2.x to bugfix
    
    * disable also log in logger connector (also calls metric)
    
    * more point release bumps
    
    * remove unloved type ignore and print some more on exit
    
    * update checkgroup
    
    * minor versions
    
    * shortened version in build-pl
    
    * pytorch 2.4 is with python 3.11
    
    * 2.1 and 2.3 without patch release
    
    * for 2.4.1: docker with 3.11 test with 3.12
    
    ---------
    
    Co-authored-by: Thomas Viehmann <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    3 people authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    61a403a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ee6e04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0aa504 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7038b8d View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    4ba9bf2 View commit details
    Browse the repository at this point in the history
  2. Ensure restarting from checkpoints leads to consistent internal count…

    …ers (Lightning-AI#20379)
    
    * Fix checkpoint progress for fit loop and batch loop
    
    * Check loss parity
    
    * Rename test
    
    * Fix validation loop handling on restart
    
    * Fix loop reset test
    
    * Avoid skipping to val end if saved mid validation
    
    * Fix type checks in compare state dicts
    
    * Fix edge cases and start from last with and without val
    
    * Clean up
    
    * Formatting
    
    * Avoid running validation when restarting from last
    
    * Fix type annotations
    
    * Fix formatting
    
    * Ensure int max_batch
    
    * Fix condition on batches that stepped
    
    * Remove expected on_train_epoch_start when restarting mid epoch
    lantiga authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    9358898 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f2d7a1 View commit details
    Browse the repository at this point in the history
  4. fix batchsampler does not work correctly (Lightning-AI#20327)

    * fix batchsampler does not work correctly
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * add batch sampler shuffle state test
    dadwadw233 authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    bd5866b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bfe3e8a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5756c81 View commit details
    Browse the repository at this point in the history
  7. ci: update specific configs to latest (Lightning-AI#20416)

    update CI
    
    Co-authored-by: Thomas Viehmann <[email protected]>
    Borda and t-vi authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    875cfbd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cae3335 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f5b513d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e1b172c View commit details
    Browse the repository at this point in the history
  11. Remove List[int] as input type for Trainer when accelerator="cpu" (

    …Lightning-AI#20399)
    
    Co-authored-by: Alan Chu <[email protected]>
    Co-authored-by: Jirka Borovec <[email protected]>
    3 people authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    20d19d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Fix configure_optimizers example (Lightning-AI#20420)

    Co-authored-by: Alan Chu <[email protected]>
    chualanagit and Alan Chu authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    cd2bd3c View commit details
    Browse the repository at this point in the history
  2. Allow callbacks to be restored not just during training (Lightning-AI…

    …#20403)
    
    * Allow callbacks to be restored not just during training
    
    * add test case
    
    * test test case failure
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * fix test case
    
    ---------
    
    Co-authored-by: Alan Chu <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Luca Antiga <[email protected]>
    4 people authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    c110f4f View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2024

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

Commits on Nov 18, 2024

  1. build(deps): bump codecov/codecov-action from 4 to 5 (Lightning-AI#20427

    )
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    173cb8c View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Configuration menu
    Copy the full SHA
    8cf185a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28d3afd View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

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

Commits on Nov 25, 2024

  1. build(deps): bump Lightning-AI/utilities from 0.11.8 to 0.11.9 (Light…

    …ning-AI#20444)
    
    Bumps [Lightning-AI/utilities](https://github.com/lightning-ai/utilities) from 0.11.8 to 0.11.9.
    - [Release notes](https://github.com/lightning-ai/utilities/releases)
    - [Changelog](https://github.com/Lightning-AI/utilities/blob/main/CHANGELOG.md)
    - [Commits](Lightning-AI/utilities@v0.11.8...v0.11.9)
    
    ---
    updated-dependencies:
    - dependency-name: Lightning-AI/utilities
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    045f1bf View commit details
    Browse the repository at this point in the history
  2. bump python 3.9+ (Lightning-AI#20413)

    * bump python 3.9+
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * --unsafe-fixes
    
    * contextlib.AbstractContextManager
    
    * type: ignore[misc]
    
    * update CI
    
    * apply fixes
    
    * apply fixes
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Luca Antiga <[email protected]>
    3 people authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    1e88899 View commit details
    Browse the repository at this point in the history
  3. Replace using_pjrt() xla runtime device_type() check with in xla.…

    …py for `torch-xla>=2.5` (Lightning-AI#20442)
    
    * Replace `using_pjrt()` xla runtime `device_type()` check with in xla.py
    
    Fixes Lightning-AI#20419
    
    `torch_xla.runtime.using_pjrt()` is removed in pytorch/xla#7787
    
    This PR replaces references to that function with a check to [`device_type()`](https://github.com/pytorch/xla/blob/master/torch_xla/runtime.py#L83) to recreate the behavior of that function, minus the manual initialization
    
    * Added tests/refactored for version compat
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * precommit
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    byi8220 and pre-commit-ci[bot] authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    0afd4e1 View commit details
    Browse the repository at this point in the history
  4. Proposal(CLI): after_instantiate_classes hook (Lightning-AI#20401)

    feat(cli): after_instantiate_classes hook
    
    Co-authored-by: Luca Antiga <[email protected]>
    AlessandroW and lantiga authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    75d7357 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into feature/comet-logger-update

    # Conflicts:
    #	src/lightning/pytorch/loggers/comet.py
    japdubengsub committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    7358aef View commit details
    Browse the repository at this point in the history
  6. fix linter warning

    japdubengsub committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    27bdbcf View commit details
    Browse the repository at this point in the history