Skip to content

Commit d52e768

Browse files
committed
speculative: increase vocab max difference
1 parent 3807c3d commit d52e768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/speculative/speculative.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include <vector>
88
#include <set>
99

10-
#define SPEC_VOCAB_MAX_SIZE_DIFFERENCE 100
10+
#define SPEC_VOCAB_MAX_SIZE_DIFFERENCE 256
1111
#define SPEC_VOCAB_CHECK_START_TOKEN_ID 5
1212

1313
struct seq_draft {

0 commit comments

Comments
 (0)