We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can you add a small example on how to export mamba models?
See pytorch/pytorch#130150
https://pytorch.org/tutorials/intermediate/torch_export_tutorial.html#custom-ops
Thanks
The text was updated successfully, but these errors were encountered:
Iirc, I think the team at meta showed it in a pretty nice way over here: https://github.com/facebookresearch/lingua/tree/main/apps/mamba/component
Edit: at least for Mamba2
Edit 2: I was too quick, i mistook it for compiling 🤦 ignore this
Sorry, something went wrong.
I am asking this cause huggingface/transformers#33839.
But yes after exporting the model it could be also compiled so a complete example of export+compile it will be very helpful.
@mathuvu Do you plan to contribute your https://github.com/facebookresearch/lingua/tree/main/apps/mamba/component upstream?
No branches or pull requests
Can you add a small example on how to export mamba models?
See pytorch/pytorch#130150
https://pytorch.org/tutorials/intermediate/torch_export_tutorial.html#custom-ops
Thanks
The text was updated successfully, but these errors were encountered: