Skip to content

Commit

Permalink
Update README.md (#941)
Browse files Browse the repository at this point in the history
* Update README.md

Omit extraneous info about forcing CPU-only installs from the README

No link to install on this PR since there is not an install user guide section but if this repo is going away eventually then does not seem very important.

* Update README.md

Co-authored-by: Manolis Papadakis <[email protected]>

---------

Co-authored-by: Manolis Papadakis <[email protected]>
  • Loading branch information
bryevdv and manopapad authored Apr 25, 2024
1 parent d0d58ac commit 8f7bff6
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,17 +232,11 @@ conda install -c nvidia -c conda-forge -c legate legate-core

Only linux-64 packages are available at the moment.

The default package contains GPU support, and is compatible with CUDA >= 12.0
(CUDA driver version >= r520), and Volta or later GPU architectures. There are
also CPU-only packages available, and will be automatically selected when
installing on a machine without GPUs. You can force installation of a CPU-only
package by requesting it as follows:

```
conda ... legate-core=*=*_cpu
```

See [BUILD.md](BUILD.md) for instructions on building Legate Core from source.
The default package contains GPU support, and is compatible with CUDA >= 11.8
(driver >= 520), and Volta or later GPU architectures. There are also CPU-only
packages available, which will be automatically selected when installing on a
machine without GPUs available. See [BUILD.md](BUILD.md) for instructions on
building Legate Core from source.

## How Do I Use Legate?

Expand Down

0 comments on commit 8f7bff6

Please sign in to comment.