Skip to content

Commit

Permalink
update cuda-toolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
neka-nat committed Mar 16, 2024
1 parent df3a164 commit 44d70b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install CUDA
uses: Jimver/cuda-toolkit@v0.2.8
uses: Jimver/cuda-toolkit@v0.2.14
id: cuda-toolkit
with:
cuda: '11.7.0'
method: 'network'
- name: Install dependencies
run: |
./scripts/actions/install_deps_ubuntu.sh
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,11 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install CUDA
uses: Jimver/cuda-toolkit@v0.2.8
uses: Jimver/cuda-toolkit@v0.2.14
id: cuda-toolkit
with:
cuda: '11.7.0'
method: 'network'
- name: nvcc check
shell: powershell
run: |
Expand Down

0 comments on commit 44d70b2

Please sign in to comment.