]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ci : switch cudatoolkit install on windows to networked (#3236)
authorErik Scholz <redacted>
Mon, 18 Sep 2023 00:21:47 +0000 (02:21 +0200)
committerGitHub <redacted>
Mon, 18 Sep 2023 00:21:47 +0000 (02:21 +0200)
.github/workflows/build.yml

index de8d5f77c6558b4c32bd63b24cf890cedf3885b6..4b6071f5a1311f3470a4ecad835e3e8d90992305 100644 (file)
@@ -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