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 f8cee4e commit 2cc9e2eCopy full SHA for 2cc9e2e
common/speculative.cpp
@@ -27,7 +27,7 @@ struct common_speculative * common_speculative_init(
27
struct llama_context * ctx_tgt,
28
struct llama_context * ctx_dft) {
29
auto * result = new common_speculative {
30
- /* .ctx_main = */ ctx_tgt,
+ /* .ctx_tgt = */ ctx_tgt,
31
/* .ctx_dft = */ ctx_dft,
32
/* .smpl = */ nullptr,
33
/* .batch = */ llama_batch_init(llama_n_batch(ctx_dft), 0, 1),
0 commit comments