mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-04-28 03:30:20 +00:00
updated ci
This commit is contained in:
parent
c2ca2ec2bc
commit
d8ebdde6ee
5 changed files with 25 additions and 5 deletions
|
|
@ -58,7 +58,11 @@ jobs:
|
|||
mkdir build
|
||||
cd build
|
||||
cmake .. -DLLAMA_CUBLAS=ON -DCMAKE_SYSTEM_VERSION="10.0.19041.0"
|
||||
cmake --build . --config Release -j 2
|
||||
if [ "${env:NUMBER_OF_PROCESSORS}" -gt 1 ]; then
|
||||
cmake --build . --config Release -j 2
|
||||
else
|
||||
cmake --build . --config Release -j 1
|
||||
fi
|
||||
mv bin/Release/koboldcpp_cublas.dll ../koboldcpp_cublas.dll
|
||||
cd ..
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue