Skip to content

Commit

Permalink
Merge pull request #1387 from rapidsai/branch-23.12
Browse files Browse the repository at this point in the history
Forward-merge branch-23.12 to branch-24.02
  • Loading branch information
GPUtester authored Nov 21, 2023
2 parents 6da978e + 7f776ef commit 64d2148
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,14 @@ RMM can be installed with Conda ([miniconda](https://conda.io/miniconda.html), o
[Anaconda distribution](https://www.anaconda.com/download)) from the `rapidsai` channel:

```bash
conda install -c rapidsai -c conda-forge -c nvidia rmm cuda-version=11.8
conda install -c rapidsai -c conda-forge -c nvidia rmm cuda-version=12.0
```

We also provide [nightly Conda packages](https://anaconda.org/rapidsai-nightly) built from the HEAD
of our latest development branch.

Note: RMM is supported only on Linux, and only tested with Python versions 3.9 and 3.10.


Note: The RMM package from Conda requires building with GCC 9 or later. Otherwise, your application may fail to build.

See the [Get RAPIDS version picker](https://rapids.ai/start.html) for more OS and version info.
Expand All @@ -57,13 +56,12 @@ See the [Get RAPIDS version picker](https://rapids.ai/start.html) for more OS an
Compiler requirements:

* `gcc` version 9.3+
* `nvcc` version 11.2+
* `nvcc` version 11.4+
* `cmake` version 3.26.4+

CUDA/GPU requirements:

* CUDA 11.2+
* NVIDIA driver 450.51+
* CUDA 11.4+
* Pascal architecture or better

You can obtain CUDA from [https://developer.nvidia.com/cuda-downloads](https://developer.nvidia.com/cuda-downloads)
Expand Down

0 comments on commit 64d2148

Please sign in to comment.