-
Notifications
You must be signed in to change notification settings - Fork 27
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
The code is not compatible with torch 2.3, but is set to require the latest torch #143
Comments
Ciao Alexander, thanks, we also noticed that, and it should have been fixed in #129. |
We should make a bugfix in the pypi version |
@Alexander-the-Evil I released a new version on PyPI which should fix the problem, you can try installing it again |
Hi Enrico, hi Luigi, |
Thank you Alexander for making us notice it! |
Pytorch v2.3.0 no longer defines function
_accumulate
intorch/_utils.py
. The function is called frommlcolvar/data/datamodule.py
.Either the code needs to be changed to be executable with the new pytorch, or an older pytorch should be used in requirements.
The text was updated successfully, but these errors were encountered: