]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
releases : bundle llvm omp library in windows release (#13763)
authorDiego Devesa <redacted>
Sat, 24 May 2025 22:55:16 +0000 (15:55 -0700)
committerGitHub <redacted>
Sat, 24 May 2025 22:55:16 +0000 (00:55 +0200)
.github/workflows/release.yml

index d70bb31a99de136b2dbd8a24097333ff288626cd..65ed244657e4f95cbfb9df447416a8b71a7847fb 100644 (file)
@@ -281,6 +281,7 @@ jobs:
           CURL_PATH: ${{ steps.get_libcurl.outputs.curl_path }}
         run: |
           Copy-Item $env:CURL_PATH\bin\libcurl-${{ matrix.arch }}.dll .\build\bin\Release\
+          Copy-Item "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Redist\MSVC\14.42.34433\debug_nonredist\${{ matrix.arch }}\Microsoft.VC143.OpenMP.LLVM\libomp140.${{ matrix.arch == 'x64' && 'x86_64' || 'aarch64' }}.dll" .\build\bin\Release\
           7z a llama-bin-win-cpu-${{ matrix.arch }}.zip .\build\bin\Release\*
 
       - name: Upload artifacts