Skip to content

Commit

Permalink
Update CUDA Toolkit version to 12.5.1 and change installation method …
Browse files Browse the repository at this point in the history
…to network
  • Loading branch information
royshil committed Jan 31, 2025
1 parent 891ad5b commit 1b47448
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,11 @@ jobs:
- name: Install CUDA Toolkit
if: ${{ matrix.accel == 'cuda' }}
id: cuda-toolkit
uses: Jimver/[email protected].16
uses: Jimver/[email protected].21
with:
cuda: '12.5.0'
cuda: '12.5.1'
sub-packages: '["cudart", "nvcc", "cublas", "cublas_dev", "visual_studio_integration"]'
method: 'network'

- name: Set CUDA_TOOLKIT_ROOT_DIR if CUDA is installed
if: ${{ matrix.accel == 'cuda' }}
Expand Down

0 comments on commit 1b47448

Please sign in to comment.