Skip to content

RAPIDS

An independent conda environment named Python 3.10 - RAPIDS is installed to use with the libraries from the RAPIDS ecosystem.

Python 3.10 - RAPIDS
import cudf
import cuml

print(cudf.__version__)
print(cuml.__version__)
Output
23.04.01
23.04.01