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
Thanks very much for the Mamba support (#28094), this interoperability is fantastic!
I wanted to ask if there were any utility (doesn't have to be clean, just functional) for converting checkpoints provided for use in the mamba_ssm library into the format provided in transformers.
This would be very helpful if it exists! Thanks 🤗
Motivation
I'd like to be able to convert novel trained mamba models from the state-spaces/mamba repo into HF transformers without rewriting a conversion script myself if need be.
Your contribution
I could write a utility for this if none exists but would probably not have the bandwidth to upstream it.