Skip to content

Commit

Permalink
speculative : back to n_draft == 16
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Aug 31, 2023
1 parent ec5086f commit d49869d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/speculative/speculative.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ int main(int argc, char ** argv) {
//GGML_ASSERT(n_vocab == llama_n_vocab(ctx_dft));

// how many tokens to draft each time
const int n_draft = 8;
const int n_draft = 16;

int n_predict = 0;
int n_drafted = 0;
Expand Down

0 comments on commit d49869d

Please sign in to comment.