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

Allow newer torch for numpy 2.0 compatibility #109

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jun 19, 2024

  1. Allow newer torch

    Remove the torch upper bound, to allow installing a version compatible with numpy 2.0
    jamt9000 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    6f546da View commit details
    Browse the repository at this point in the history
  2. Remove pytorch-lightning upper bound

    Due to use of np.Inf in pytorch lightning code:
    
    pytorch_lightning/callbacks/model_checkpoint.py:446: in __init_monitor_mode
        torch_inf = torch.tensor(np.Inf)
    jamt9000 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    d36b3a3 View commit details
    Browse the repository at this point in the history