From acce010762576d6d7eafccf022b5e1e808f210b7 Mon Sep 17 00:00:00 2001 From: Jim Date: Thu, 6 Jul 2023 22:42:30 +0100 Subject: [PATCH] Add docs for non-cuda-sub-packages to README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 660393db..5983c874 100644 --- a/README.md +++ b/README.md @@ -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**