We achieve the same goal of not necessarily requiring CUDA runtime installations by doing a similar approach to many existing packages e.g. https://spacy.io/usage : The CUDA runtime is installed separatedly and detected at runtime, allowing CPU-only installations.
We achieve the same goal of not necessarily requiring CUDA runtime installations by doing a similar approach to many existing packages e.g. https://spacy.io/usage : The CUDA runtime is installed separatedly and detected at runtime, allowing CPU-only installations.