mirror of
https://github.com/Lizonghang/prima.cpp.git
synced 2025-09-10 22:44:33 +00:00
fix: args in speculative
This commit is contained in:
parent
9bf6565df4
commit
b4929d510a
3 changed files with 19 additions and 6 deletions
|
@ -169,7 +169,7 @@ int main(int argc, char ** argv) {
|
|||
const auto t_enc_end = ggml_time_us();
|
||||
|
||||
// how many tokens to draft each time
|
||||
int n_draft = params.n_draft;
|
||||
int n_draft = params.speculative.n_max;
|
||||
|
||||
int n_predict = 0;
|
||||
int n_drafted = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue