]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
Update build.yml (#9184)
authorawatuna <redacted>
Thu, 5 Sep 2024 22:34:36 +0000 (06:34 +0800)
committerGitHub <redacted>
Thu, 5 Sep 2024 22:34:36 +0000 (00:34 +0200)
build rpc-server for windows cuda

.github/workflows/build.yml

index 74b5d4f69d7907899ea13a059c71f34fd7bfbb6e..c36eaadfb132d427a36ce6d18ce34b68d2251725 100644 (file)
@@ -857,7 +857,7 @@ jobs:
         run: |
           mkdir build
           cd build
-          cmake .. -DGGML_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DGGML_CUDA=ON -DBUILD_SHARED_LIBS=ON
+          cmake .. -DGGML_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DGGML_CUDA=ON -DBUILD_SHARED_LIBS=ON -DGGML_RPC=ON
           cmake --build . --config Release -j $((${env:NUMBER_OF_PROCESSORS} - 1)) -t ggml
           cmake --build . --config Release -j ${env:NUMBER_OF_PROCESSORS}