Skip to content
New issue

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

Mamba2 #11

Open
Joelx opened this issue Jun 21, 2024 · 2 comments
Open

Mamba2 #11

Joelx opened this issue Jun 21, 2024 · 2 comments

Comments

@Joelx
Copy link

Joelx commented Jun 21, 2024

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.

@richardburleigh
Copy link

richardburleigh commented Aug 2, 2024

I tested this a while ago and it was basically swappable. From memory I just replaced:
from .mamba_simple import Mamba here

With
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.

@pesmeriz
Copy link

Hi @richardburleigh , any news from your side on this?

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

No branches or pull requests

3 participants