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

Conversation

jamt9000
Copy link
Collaborator

Remove the torch upper bound, to allow installing a version compatible with numpy 2.0

Remove the torch upper bound, to allow installing a version compatible with numpy 2.0
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant