mamba
mamba copied to clipboard
Are there plans to release mamba for torch 2.3?
Hello, currently I can get mamba working on 2.2 but that breaks flash-attn, which works on 2.3 but breaks on 2.2.
Both have the same error of unrecognized symbol importing XXX_cuda on import. I also tried building from source but still get the same symbol error (which I thought was strange).
Would just like to ask before I refactor my env again. Thanks for your amazing works.