mjun0812/mjun0812/setup-cuda
Set up a specific version of NVIDIA CUDA in GitHub Actions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | The version of NVIDIA CUDA to install. If this value is not specified, the latest version will be installed. This value is accepted in the `Major.Minor.Patch` or `Major.Minor` format. If the Patch version is not specified, the latest Patch version will be installed. For example, '13.0.1' or '13.0'. | — | latest |
| method | The method to use to install CUDA. (local, network, auto) If this value is not specified, the auto method will be used. The auto method will try to install CUDA using the network method first, and if it fails, it will try to install CUDA using the local method. The local method will download the CUDA installer from the NVIDIA website and install it. The network method will use the CUDA network installer to install CUDA, which is faster than the local method. But the combination of CUDA and OS is limited. | — | auto |
Outputs
| name | description |
|---|---|
| version | The version of NVIDIA CUDA that was installed. |
| cuda-path | The path to the NVIDIA CUDA installation. |