We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41a9306 commit c7385ebCopy full SHA for c7385eb
common/speculative.h
@@ -9,7 +9,7 @@ struct common_speculative_params {
9
int n_draft = 16; // max drafted tokens
10
int n_reuse = 256;
11
12
- float p_min = 0.9f; // min probabiliy required to accept a token in the draft
+ float p_min = 0.9f; // min probability required to accept a token in the draft
13
};
14
15
struct common_speculative * common_speculative_init(struct llama_context * ctx_dft);
0 commit comments