]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
cmake: use 1 more thread for non-ggml in CI (#8740)
authorJohannes Gäßler <redacted>
Sun, 28 Jul 2024 20:32:44 +0000 (22:32 +0200)
committerGitHub <redacted>
Sun, 28 Jul 2024 20:32:44 +0000 (22:32 +0200)
.github/workflows/build.yml

index a1e183d118268319fd83354ef2b34d81c48e8b42..b9246659a6ef0655c85b9cd85636b3d6d7940b77 100644 (file)
@@ -860,7 +860,8 @@ jobs:
           mkdir build
           cd build
           cmake .. -DGGML_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DGGML_CUDA=ON -DBUILD_SHARED_LIBS=ON
-          cmake --build . --config Release -j $((${env:NUMBER_OF_PROCESSORS} - 1))
+          cmake --build . --config Release -j $((${env:NUMBER_OF_PROCESSORS} - 1)) -t ggml
+          cmake --build . --config Release -j ${env:NUMBER_OF_PROCESSORS}
 
       - name: Determine tag name
         id: tag