Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
Update CUDA toolkit configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
royshil committed Mar 20, 2024
1 parent a39eb4c commit b81f347
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,9 @@ jobs:
id: cuda-toolkit
with:
cuda: ${{ matrix.cuda }}
sub-packages: '["nvcc", "libcublas"]'
method: 'network'
sub-packages: '["nvcc"]'
non-cuda-sub-packages: '["libcublas"]'
method: 'local'

- name: Set Up Environment 🔧
id: setup
Expand Down

0 comments on commit b81f347

Please sign in to comment.