Skip to content

Commit

Permalink
Update arch/CUDA versions in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice authored Sep 10, 2024
1 parent a6b2659 commit 061a3b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Please see the [Demo Docker Repository](https://hub.docker.com/r/rapidsai/rapids
### CUDA/GPU requirements

- CUDA 11.2+
- Pascal architecture or better (Compute Capability >=6.0)
- Volta architecture or newer (Compute Capability >=7.0)

### Conda

Expand All @@ -166,9 +166,9 @@ conda install -c rapidsai-nightly -c conda-forge -c nvidia \
For the stable version of `cuxfilter` :

```bash
# for CUDA 12.0
# for CUDA 12.5
conda install -c rapidsai -c conda-forge -c nvidia \
cuxfilter python=3.12 cuda-version=12.0
cuxfilter python=3.12 cuda-version=12.5

# for CUDA 11.8
conda install -c rapidsai -c conda-forge -c nvidia \
Expand Down

0 comments on commit 061a3b1

Please sign in to comment.