You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For all methods that use the torch_utils package, there is a warning
faiss/contrib/torch_utils.py:44: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage()
This is annoying and will break in the future, so let's address this (we tried to do it before, but it did break with older pytorch)
The text was updated successfully, but these errors were encountered:
Summary
For all methods that use the torch_utils package, there is a warning
This is annoying and will break in the future, so let's address this (we tried to do it before, but it did break with older pytorch)
The text was updated successfully, but these errors were encountered: