Skip to content

Conversation

@clementpoiret
Copy link
Owner

This PR converts PyTorch weights into a format which can be loaded in equimo. The convertion requires torch to be installed, so orbax will be needed in order to load weights without it.

Fixes #1

This commit converts PyTorch weights into a format which can be loaded in equimo.
The convertion requires `torch` to be installed.
To enable workflows without torch, native eqx serialization is implemented for some models (e.g., dinov2)

Fixes #1
@clementpoiret clementpoiret merged commit d316b29 into main Feb 18, 2025
1 check passed
@clementpoiret clementpoiret deleted the push-lqutpqlrmyow branch February 19, 2025 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Is it possible to load parameters of pre-trained models?

2 participants