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
BaseModel load does not allow for loading of weights from non-xTuring hub based models. We should either make it optional or let users provide more details of these models using kwargs.
Description
BaseModel load does not allow for loading of weights from non-xTuring hub based models. We should either make it optional or let users provide more details of these models using kwargs.
This will also help with #132.
https://github.com/stochasticai/xturing/blob/668f61be7d45041f65a8dbea1b5bbf46604f0203/src/xturing/models/base.py#L18
The text was updated successfully, but these errors were encountered: