Skip to content

Commit

Permalink
cuda-toolkitをv0.2.15に上げる (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip authored Apr 21, 2024
1 parent fe6756e commit 6102871
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,14 +213,11 @@ jobs:
- name: Set up CUDA
if: steps.cache-build-result.outputs.cache-hit != 'true' && matrix.cuda_version && matrix.cudnn_url
uses: Jimver/[email protected].14
uses: Jimver/[email protected].15
with:
cuda: ${{ matrix.cuda_version }}
sub-packages: ${{ matrix.cuda_sub_packages }}
method: network
# https://github.com/Jimver/cuda-toolkit/issues/315#issuecomment-2016310157
use-github-cache: ${{ runner.os != 'Windows' }}
use-local-cache: ${{ runner.os != 'Windows' }}

- name: Set `$CUDA_HOME`
if: steps.cache-build-result.outputs.cache-hit != 'true' && matrix.cuda_version && matrix.cudnn_url
Expand Down

0 comments on commit 6102871

Please sign in to comment.