Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed Jul 17, 2024
1 parent 9c47e88 commit b1a0a83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/user_guide/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ For the most customized way of installing RAPIDS and cuxfilter, visit the select

.. code-block:: bash
# for CUDA 12.0
# for CUDA 12.5
conda install -c rapidsai -c conda-forge -c nvidia \
cuxfilter=24.08 python=3.10 cuda-version=12.0
cuxfilter=24.08 python=3.10 cuda-version=12.5
# for CUDA 11.8
conda install -c rapidsai -c conda-forge -c nvidia \
Expand All @@ -21,7 +21,7 @@ Install cuxfilter from PyPI using pip:

.. code-block:: bash
# for CUDA 12.0
# for CUDA 12.5
pip install cuxfilter-cu12 -extra-index-url=https://pypi.nvidia.com
# for CUDA 11.8
Expand Down

0 comments on commit b1a0a83

Please sign in to comment.