150X FASTER DataFrame Processing !!!

Опубликовано: 01 Март 2026
на канале: DSAI by Dr. Osbert Tay
321
7

If you would like to support the channel, please join the membership:
   / aipursuit  

Subscribe to the channel:
https://www.youtube.com/c/AIPursuit?s...

The video is reposted for educational purposes and encourages involvement in the field of AI research.
Source: Nvidia

INSTALL WITH CONDA
1. If not installed, download and run the install script.
This will install the latest miniconda:

wget https://repo.anaconda.com/miniconda/M...

bash Miniconda3-latest-Linux-x86_64.sh

2. Then quick install RAPIDS with:

conda create --solver=libmamba -n rapids-23.10 -c rapidsai -c conda-forge -c nvidia rapids=23.10 python=3.10 cudatoolkit=11.8

OR

INSTALL WITH PIP
1. Install via pip channels:

pip install cudf-cu11 dask-cudf-cu11 --extra-index-url=https://pypi.nvidia.com
pip install cuml-cu11 --extra-index-url=https://pypi.nvidia.com
pip install cugraph-cu11 --extra-index-url=https://pypi.nvidia.com