server : do not speculate during prompt processing
ggml-ci
This commit is contained in:
parent
642330ac7c
commit
33d7b70c88
1 changed files with 4 additions and 0 deletions
|
@ -2322,6 +2322,10 @@ struct server_context {
|
|||
continue;
|
||||
}
|
||||
|
||||
if (slot.state != SLOT_STATE_GENERATING) {
|
||||
continue;
|
||||
}
|
||||
|
||||
llama_token id = slot.sampled;
|
||||
|
||||
struct common_speculative_params params_spec;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue