Open canergen opened 9 months ago
@martinkim0 Can you check how to include an aws workflow to run the cuml version? Installing the cuml version is analog to installing rapids-singlecell and faiss-gpu and supposedly works with: pip install '.[cuml]' --extra-index-url=https://pypi.nvidia.com #CUDA12
. Tests are working locally.
Is the reason we need AWS runners for GPU access? I've been using self-hosted runners (Stanley workstations) for running scvi-tools tests on GPU. If we need AWS for another reason, I think the most straightforward way is to use cirun (AnnData uses this).
Self-hosted is completely fine. We just need a server with CUDA as cuml on CPU is not fully functional.
Add cuml