try fix macos build again (+3 squashed commit)

Squashed commit:

[7d2a67132] fix ci builds

[f0a5f0a97] fixed a typo

[8736d9034] try fix ci builds (+1 squashed commits)

Squashed commits:

[c2ae5a542] Revert "updated ci"

This reverts commit d8ebdde6ee.
This commit is contained in:
Concedo 2024-11-21 18:56:59 +08:00
parent ac6a0cde91
commit dbbdb2eedc
6 changed files with 9 additions and 28 deletions

View file

@ -58,11 +58,7 @@ jobs:
mkdir build
cd build
cmake .. -DLLAMA_CUBLAS=ON -DCMAKE_SYSTEM_VERSION="10.0.19041.0"
if [ "${env:NUMBER_OF_PROCESSORS}" -gt 1 ]; then
cmake --build . --config Release -j 2
else
cmake --build . --config Release -j 1
fi
cmake --build . --config Release -j 2
mv bin/Release/koboldcpp_cublas.dll ../koboldcpp_cublas.dll
cd ..