mamba icon indicating copy to clipboard operation
mamba copied to clipboard

CUDA version

Open chenlinear opened this issue 1 year ago • 4 comments
trafficstars

Thanks for the great work!

I notice that

Is it possible to provide CUDA 11.6 support for future mamba versions?

I understand I can build from source with pip install . from this repo, but I'm worried it would be unstable.

chenlinear avatar Dec 10 '23 10:12 chenlinear

It probably would still work (compatibility between different CUDA minor versions). If it doesn't please report back.

tridao avatar Dec 10 '23 10:12 tridao

Is it possible to consider compiling on cuda on an earlier version, such as cu113?

willemeng avatar Feb 22 '24 08:02 willemeng

We dont' have bandwidth to test that many CUDA versions. If you can change setup.py to compile for cu113 and test it please let us know.

tridao avatar Feb 22 '24 19:02 tridao

We dont' have bandwidth to test that many CUDA versions. If you can change setup.py to compile for cu113 and test it please let us know.

May I ask how to revise the setup.py? @tridao

HyoKong avatar May 03 '24 12:05 HyoKong