rapids_singlecell
rapids_singlecell copied to clipboard
[QST] Cuda 12.4
What is your question?
How to install rapids-singlecell through conda for CUDA version 12.4?
Do you want to use conda or pypi?
Do you want to use
condaorpypi?
Could you clarify both for me, thx? @Intron7
To install rapids-singlecell with pip, use the following command:
pip install 'rapids-singlecell[rapids12]' --extra-index-url=https://pypi.nvidia.com
This works for all CUDA 12 versions.
If you prefer to install with conda, copy the YAML file from the Git repository and install with:
conda env create -f conda/rsc_rapids_24.08.yml
Note: Although the YAML file specifies RAPIDS 24.08, it is compatible with CUDA 12 and should work across CUDA 12.x environments.