theodorblackbird / lina-speech

Official implementation of the TTS model Lina-Speech
Other
139 stars 12 forks source link

mamba2 support #5

Open eschmidbauer opened 5 months ago

eschmidbauer commented 5 months ago

Mamba2 was released - so current version no longer works. To fix you must install v1 with pip install mamba-ssm==1.2.2

Is it possible to add support for Mamba2?

theodorblackbird commented 5 months ago

Thanks for pointing this out.

Is it possible to add support for Mamba2?

Now I'm focused on scaling this up, first with GLA. For what I understand Mamba2 is very similar to GLA, I might compare them all eventually, if I have enough compute.