revert num old cpu for ci

This commit is contained in:
Concedo 2024-07-25 13:24:34 +08:00
parent 57a98ba308
commit a84f7c5d81

View file

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