Skip to content

Commit

Permalink
Suggest using mamba over conda (#1068)
Browse files Browse the repository at this point in the history
  • Loading branch information
manopapad authored Nov 6, 2023
1 parent 586a005 commit f8c94f0
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 @@ -40,15 +40,15 @@ If you have questions, please contact us at legate(at)nvidia.com.
cuNumeric is available [on conda](https://anaconda.org/legate/cunumeric):

```
conda install -c nvidia -c conda-forge -c legate cunumeric
mamba install -c nvidia -c conda-forge -c legate cunumeric
```

Only linux-64 packages are available at the moment.

The default package contains GPU support, and is compatible with CUDA >= 11.8
(CUDA driver version >= r520), and Volta or later GPU architectures. There are
also CPU-only packages available, and will be automatically selected by `conda`
when installing on a machine without GPUs.
also CPU-only packages available, and will be automatically selected when
installing on a machine without GPUs.

See the build instructions at https://nv-legate.github.io/cunumeric for details
about building cuNumeric from source.
Expand Down

0 comments on commit f8c94f0

Please sign in to comment.