try with 2 parallel jobs

This commit is contained in:
Concedo 2024-11-17 01:46:41 +08:00
parent 952328fdc8
commit f6e9d11636
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 1
cmake --build . --config Release -j 2
mv bin/Release/koboldcpp_cublas.dll ../koboldcpp_cublas.dll
cd ..