mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-08 18:30:50 +00:00
move pipeline parallelism to a --pipelineparallel launch flag
This commit is contained in:
parent
b7428048fc
commit
fd0d0cab03
5 changed files with 20 additions and 3 deletions
1
expose.h
1
expose.h
|
|
@ -76,6 +76,7 @@ struct load_model_inputs
|
|||
const bool highpriority = false;
|
||||
const bool swa_support = false;
|
||||
const bool smartcache = false;
|
||||
const bool pipelineparallel = false;
|
||||
const float lora_multiplier = 1.0f;
|
||||
const bool quiet = false;
|
||||
const int debugmode = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue