File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,13 +43,13 @@ Please make sure you have at least conda version 24.1 installed, then create
4343a new environment containing cuNumeric:
4444
4545```
46- conda create -n myenv -c nvidia -c conda-forge -c legate cunumeric
46+ conda create -n myenv -c conda-forge -c legate cunumeric
4747```
4848
4949or install it into an existing environment:
5050
5151```
52- conda install -c nvidia -c conda-forge -c legate cunumeric
52+ conda install -c conda-forge -c legate cunumeric
5353```
5454
5555Once installed, you can verify the installation by running one of the examples
@@ -67,7 +67,7 @@ The default package contains GPU support, and is compatible with CUDA >= 11.8
6767(driver >= 520), and Volta or later GPU architectures. There are also CPU-only
6868packages available, which will be automatically selected when installing on a
6969machine without GPUs available. See https://nv-legate.github.io/cunumeric for
70- details about manually forcing different install configurations, or building
70+ details about manually forcing different install configurations, or building
7171cuNumeric from source.
7272
7373## Usage and Execution
You can’t perform that action at this time.
0 commit comments