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
First, thanks for this great contribution and the well written paper!
As Mamba2 also was released very recently, do you have any thoughts on the potential integration or impact of Mamba2 on the Samba architecture?
Would be much appreciated.
The text was updated successfully, but these errors were encountered:
I tested this a while ago and it was basically swappable. From memory I just replaced: from .mamba_simple import Mamba here
from .mamba_simple import Mamba
With from mamba_ssm import Mamba2 as Mamba
from mamba_ssm import Mamba2 as Mamba
I'm currently training a 270M Samba model, and will try again with Mamba2 to compare the results.
Sorry, something went wrong.
Hi @richardburleigh , any news from your side on this?
No branches or pull requests
First, thanks for this great contribution and the well written paper!
As Mamba2 also was released very recently, do you have any thoughts on the potential integration or impact of Mamba2 on the Samba architecture?
Would be much appreciated.
The text was updated successfully, but these errors were encountered: