cmake: use 1 more thread for non-ggml in CI (#8740)

This commit is contained in:
Johannes Gäßler 2024-07-28 22:32:44 +02:00 committed by GitHub
parent 4730faca61
commit 6eeaeba126
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View 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