Browse Source

Merge pull request #477 from martindevans/updated_cuda_toolkit

Updated compile.yml to use `Jimver/cuda-toolkit@v0.2.14`
tags/v0.10.0
Martin Evans GitHub 1 year ago
parent
commit
48798837fb
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/compile.yml

+ 2
- 2
.github/workflows/compile.yml View File

@@ -164,7 +164,7 @@ jobs:
fetch-depth: 0
ref: '${{ github.event.inputs.llama_cpp_commit }}'

- uses: Jimver/cuda-toolkit@v0.2.11
- uses: Jimver/cuda-toolkit@v0.2.14
if: runner.os == 'Windows'
id: cuda-toolkit-windows
with:
@@ -172,7 +172,7 @@ jobs:
method: 'network'
sub-packages: '["nvcc", "cudart", "cublas", "cublas_dev", "thrust", "visual_studio_integration"]'

- uses: Jimver/cuda-toolkit@v0.2.11
- uses: Jimver/cuda-toolkit@v0.2.14
if: runner.os == 'Linux'
id: cuda-toolkit-linux
with:


Loading…
Cancel
Save