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
Looks like there are some breaking changes to the FSDP API in PyTorch 2.1.
For example, dinov2.fsdp.__init__.py::free_if_fsdp is broken when using torch==2.1: AttributeError: 'DinoVisionTransformer' object has no attribute '_handles'
The text was updated successfully, but these errors were encountered:
Looks like there are some breaking changes to the FSDP API in PyTorch 2.1.
For example,
dinov2.fsdp.__init__.py::free_if_fsdp
is broken when using torch==2.1:AttributeError: 'DinoVisionTransformer' object has no attribute '_handles'
The text was updated successfully, but these errors were encountered: