mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-04-29 12:10:53 +00:00
adjusted layer estimation
This commit is contained in:
parent
b7fc8e644a
commit
e28c42d7f7
6 changed files with 9 additions and 7 deletions
|
|
@ -49,7 +49,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}
|
||||
cmake --build . --config Release -j $((${env:NUMBER_OF_PROCESSORS} - 1))
|
||||
mv bin/Release/koboldcpp_cublas.dll ../koboldcpp_cublas.dll
|
||||
cd ..
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue