cuda-toolkit icon indicating copy to clipboard operation
cuda-toolkit copied to clipboard

GitHub Action to install CUDA

Results 53 cuda-toolkit issues
Sort by recently updated
recently updated
newest added

```console - uses: Jimver/[email protected] if: contains(matrix.args, 'cuda') id: cuda-toolkit with: cuda: '12.4.1` method: 'network' ``` ```console /usr/bin/lsb_release -sr 24.04 /usr/bin/wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64/cuda-keyring_1.0-1_all.deb -O cuda_keyring.deb --2024-07-15 00:39:18-- https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64/cuda-keyring_1.0-1_all.deb Resolving developer.download.nvidia.com (developer.download.nvidia.com)... 152.195.19.[14](https://github.com/thewh1teagle/vibe/actions/runs/9931974881/job/27432643855#step:5:15)2...

I need to use CUDA 12.5.1 which includes an important fix (see https://forums.developer.nvidia.com/t/cudacompile-nvcc-error-cudafe-died-with-status-0xc0000409/260651/15). Is there any way to specify that in the action's params? Or would I have to fork...

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.2 to 4.0.3. Release notes Sourced from actions/setup-node's releases. v4.0.3 What's Changed Bug fixes: Fix macos latest check failures by @​HarithaVattikuti in actions/setup-node#1041 Documentation changes: Documentation update...

dependencies
github_actions