try fix build inconsistency

This commit is contained in:
Concedo 2024-11-15 14:12:53 +08:00
parent d595a80abc
commit fedc3874bd
5 changed files with 5 additions and 5 deletions

View file

@ -58,7 +58,7 @@ jobs:
mkdir build
cd build
cmake .. -DLLAMA_CUBLAS=ON -DCMAKE_SYSTEM_VERSION="10.0.19041.0"
cmake --build . --config Release -j $((${env:NUMBER_OF_PROCESSORS} - 1))
cmake --build . --config Release -j 1
mv bin/Release/koboldcpp_cublas.dll ../koboldcpp_cublas.dll
cd ..