rapids_singlecell icon indicating copy to clipboard operation
rapids_singlecell copied to clipboard

[QST] Cuda 12.4

Open tuhulab opened this issue 1 year ago • 3 comments

What is your question?

How to install rapids-singlecell through conda for CUDA version 12.4?

tuhulab avatar Nov 07 '24 12:11 tuhulab

Do you want to use conda or pypi?

Intron7 avatar Nov 07 '24 12:11 Intron7

Do you want to use conda or pypi?

Could you clarify both for me, thx? @Intron7

tuhulab avatar Nov 07 '24 13:11 tuhulab

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.

Intron7 avatar Nov 07 '24 13:11 Intron7