mamba
mamba copied to clipboard
CUDA version
Thanks for the great work!
I notice that
- your installation states that the lowest CUDA version is 11.6.
- mamba v1.0.1 supports CUDA 11.8 and CUDA 12.2.
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.
It probably would still work (compatibility between different CUDA minor versions). If it doesn't please report back.
Is it possible to consider compiling on cuda on an earlier version, such as cu113?
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.
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