-
Notifications
You must be signed in to change notification settings - Fork 547
Fix TCAV test cases for PyTorch 2.6.0 #1436
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
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D65618314 |
Summary: PyTorch 2.6.0 is more strict about safe globals with weights-only pickle loading. To resolve we need to add certain safe globals from the NumPy library. Disable test_contribution in insights `test_multi_features` for now as it fails with PyTorch 2.6.0. Reviewed By: cyrjano Differential Revision: D65618314
b8eab6c to
c603471
Compare
|
This pull request was exported from Phabricator. Differential Revision: D65618314 |
Summary: PyTorch 2.6.0 is more strict about safe globals with weights-only pickle loading. To resolve we need to add certain safe globals from the NumPy library. Disable test_contribution in insights `test_multi_features` for now as it fails with PyTorch 2.6.0. Reviewed By: cyrjano Differential Revision: D65618314
c603471 to
928f2e9
Compare
|
This pull request was exported from Phabricator. Differential Revision: D65618314 |
Summary: PyTorch 2.6.0 is more strict about safe globals with weights-only pickle loading. To resolve we need to add certain safe globals from the NumPy library. Disable test_contribution in insights `test_multi_features` for now as it fails with PyTorch 2.6.0. Reviewed By: cyrjano Differential Revision: D65618314
928f2e9 to
b216593
Compare
|
This pull request was exported from Phabricator. Differential Revision: D65618314 |
Summary: PyTorch 2.6.0 is more strict about safe globals with weights-only pickle loading. To resolve we need to add certain safe globals from the NumPy library. Disable test_contribution in insights `test_multi_features` for now as it fails with PyTorch 2.6.0. Reviewed By: cyrjano Differential Revision: D65618314
b216593 to
ba0e882
Compare
|
This pull request was exported from Phabricator. Differential Revision: D65618314 |
Summary: PyTorch 2.6.0 is more strict about safe globals with weights-only pickle loading. To resolve we need to add certain safe globals from the NumPy library. Disable test_contribution in insights for now as it fails with PyTorch 2.6.0. Reviewed By: cyrjano Differential Revision: D65618314
ba0e882 to
ebdc27e
Compare
|
This pull request was exported from Phabricator. Differential Revision: D65618314 |
Summary: PyTorch 2.6.0 is more strict about safe globals with weights-only pickle loading. To resolve we need to add certain safe globals from the NumPy library. Disable test_contribution in insights for now as it fails with PyTorch 2.6.0. Reviewed By: cyrjano Differential Revision: D65618314
ebdc27e to
8443d4d
Compare
|
This pull request was exported from Phabricator. Differential Revision: D65618314 |
|
This pull request has been merged in 7a12f69. |
Summary:
PyTorch 2.6.0 is more strict about safe globals with weights-only pickle loading. To resolve we need to add certain safe globals from the NumPy library.
Disable test_contribution in insights
test_multi_featuresfor now as it fails with PyTorch 2.6.0.Differential Revision: D65618314