-
Notifications
You must be signed in to change notification settings - Fork 242
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
PyTorch 2.6 argument weights_only
breaks mace_mp
API
#809
Comments
weights_only
breaks mace_mp
APIweights_only
breaks mace_mp
API
I think we need to add these in some init TORCH_FORCE_NO_WEIGHTS_ONLY_LOAD=1 |
not sure what the best long-term solution that plays well with future Lines 134 to 137 in 8ce2069
|
that should be fixed now! |
Do you want to keep this issue open and we look for a more secure solution than: Line 5 in 3f7436c
or can we close this now? |
Describe the bug
PyTorch has changed the default value for
torch.loads
argumentweights_only
toTrue
.See https://github.com/pytorch/pytorch/releases
This causes the following error:
The text was updated successfully, but these errors were encountered: