mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-24 10:24:35 +00:00
ci : switch cudatoolkit install on windows to networked (#3236)
This commit is contained in:
parent
ee66942d7e
commit
7ddf185537
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -406,6 +406,7 @@ jobs:
|
||||
id: cuda-toolkit
|
||||
with:
|
||||
cuda: ${{ matrix.cuda }}
|
||||
method: 'network'
|
||||
sub-packages: '["nvcc", "cudart", "cublas", "cublas_dev", "thrust", "visual_studio_integration"]'
|
||||
|
||||
- name: Build
|
||||
|
Loading…
Reference in New Issue
Block a user