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

Follow-up pytorch-lightning relaxation : GPU fixes #8

Merged
merged 14 commits into from
Dec 11, 2023

Commits on Dec 6, 2023

  1. Update setup.cfg

    Relax PyTorch lightning requirements
    irinaespejo authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    a81456b View commit details
    Browse the repository at this point in the history
  2. Update setup.cfg

    irinaespejo authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    4d37183 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. type ignore

    Irina Espejo Morales committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    abaf803 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Update tests.yaml

    christofid authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    207009b View commit details
    Browse the repository at this point in the history
  2. fix: deprecate resume_from

    _checkpoint pl
    Irina Espejo Morales committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    98a2fc6 View commit details
    Browse the repository at this point in the history
  3. fix: change for dir_path

    Irina Espejo Morales committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    142d784 View commit details
    Browse the repository at this point in the history
  4. fix typo

    Irina Espejo Morales committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    74bcbb7 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. add compatibility both --devices and --gpus in cli

    Irina Espejo Morales committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    133d2e8 View commit details
    Browse the repository at this point in the history
  2. Revert "add compatibility both --devices and --gpus in cli"

    This reverts commit 133d2e8.
    Irina Espejo Morales committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    b5e4346 View commit details
    Browse the repository at this point in the history
  3. fix: switch gpus <-> devices

    Irina Espejo Morales committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    4d78538 View commit details
    Browse the repository at this point in the history
  4. fix: dtype of devices

    Irina Espejo Morales committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    86593c0 View commit details
    Browse the repository at this point in the history
  5. fix: type devices accept int

    Irina Espejo Morales committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    706bbcc View commit details
    Browse the repository at this point in the history
  6. fix: type devices

    Irina Espejo Morales committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    b7970c4 View commit details
    Browse the repository at this point in the history
  7. add tests

    Irina Espejo Morales committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    496dac4 View commit details
    Browse the repository at this point in the history