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

Switch to using PyTorch Lightning #195

Closed
wants to merge 40 commits into from
Closed

Switch to using PyTorch Lightning #195

wants to merge 40 commits into from

Commits on Jan 19, 2024

  1. Add pytorch lightning

    alan-cooney committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    fe3fc2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19c1fb9 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Configuration menu
    Copy the full SHA
    0f2cb46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acde426 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6473b2a View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    4192477 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dee5e58 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    466c10a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    47f2b42 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bbcbcb6 View commit details
    Browse the repository at this point in the history
  6. Remove deepspeed optimizer

    This can now be done by lightning in a simpler way
    alan-cooney committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    13ed5b1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    447b479 View commit details
    Browse the repository at this point in the history
  8. Simplify get model device

    alan-cooney committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    33da685 View commit details
    Browse the repository at this point in the history
  9. Simplify optimizer init

    alan-cooney committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    3731a1f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9ff259e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1692d3f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    76b5e2c View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    3ebadfa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8505c7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    977f620 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed021a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Add pipeline

    alan-cooney committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    b8f0211 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f32c113 View commit details
    Browse the repository at this point in the history
  3. Remove prints

    alan-cooney committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    7164322 View commit details
    Browse the repository at this point in the history
  4. Add training step tests

    alan-cooney committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    1a98484 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

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

Commits on Jan 29, 2024

  1. Fix metric logging

    alan-cooney committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    1b69ed3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e4c7a9 View commit details
    Browse the repository at this point in the history
  3. Support mps

    alan-cooney committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    fb8ec8d View commit details
    Browse the repository at this point in the history
  4. Fix batch dim setting

    alan-cooney committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    bc5f563 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a491460 View commit details
    Browse the repository at this point in the history
  6. Fix docs build

    alan-cooney committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    346cc8f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    98bc2c6 View commit details
    Browse the repository at this point in the history
  8. Improve docs typing

    alan-cooney committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    3900d1a View commit details
    Browse the repository at this point in the history
  9. Update packages

    alan-cooney committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    a89abbc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    100278a View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Fix tests

    alan-cooney committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    e819555 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e2f67b View commit details
    Browse the repository at this point in the history
  3. Fix logging

    alan-cooney committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    e98e34e View commit details
    Browse the repository at this point in the history
  4. Fix loss link

    alan-cooney committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    bb97eb1 View commit details
    Browse the repository at this point in the history