Skip to content

Commit

Permalink
Add docs for non-cuda-sub-packages to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimver committed Jul 6, 2023
1 parent 1655ee1 commit acce010
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ Only installs specified subpackages, must be in the form of a JSON array. For ex

Default: `'[]'`.

### `non-cuda-sub-packages`

**NOTE: This only works on Linux with the 'network' method [view details](#method)**

**Optional**
If set, only the specified CUDA subpackages will be installed without prepending the "cuda-" prefix.
Only installs specified subpackages without prepending the "cuda-" prefix, must be in the form of a JSON array. For example, if you only want to install libcublas and libcufft: `'["libcublas", "libcufft"]'` (double quotes required)

Default: `'[]'`.

### `method`

**Optional**
Expand Down

0 comments on commit acce010

Please sign in to comment.