We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4730fac commit 6eeaebaCopy full SHA for 6eeaeba
.github/workflows/build.yml
@@ -860,7 +860,8 @@ jobs:
860
mkdir build
861
cd build
862
cmake .. -DGGML_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DGGML_CUDA=ON -DBUILD_SHARED_LIBS=ON
863
- cmake --build . --config Release -j $((${env:NUMBER_OF_PROCESSORS} - 1))
+ cmake --build . --config Release -j $((${env:NUMBER_OF_PROCESSORS} - 1)) -t ggml
864
+ cmake --build . --config Release -j ${env:NUMBER_OF_PROCESSORS}
865
866
- name: Determine tag name
867
id: tag
0 commit comments