Skip to content

Commit c7385eb

Browse files
authored
Update speculative.h
1 parent 41a9306 commit c7385eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/speculative.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ struct common_speculative_params {
99
int n_draft = 16; // max drafted tokens
1010
int n_reuse = 256;
1111

12-
float p_min = 0.9f; // min probabiliy required to accept a token in the draft
12+
float p_min = 0.9f; // min probability required to accept a token in the draft
1313
};
1414

1515
struct common_speculative * common_speculative_init(struct llama_context * ctx_dft);

0 commit comments

Comments
 (0)