Python 11 Warning

#9
by poohlio - opened

I am seeing the following warning when using kbir with python 3.11:

python3.11/site-packages/torch/_utils.py:831: 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()
return self.fget.get(instance, owner)()

Is this something that one should be concerned about?

poohlio changed discussion status to closed

Sign up or log in to comment