Skip to content

Commit 2cc9e2e

Browse files
committed
fix comment
1 parent f8cee4e commit 2cc9e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/speculative.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ struct common_speculative * common_speculative_init(
2727
struct llama_context * ctx_tgt,
2828
struct llama_context * ctx_dft) {
2929
auto * result = new common_speculative {
30-
/* .ctx_main = */ ctx_tgt,
30+
/* .ctx_tgt = */ ctx_tgt,
3131
/* .ctx_dft = */ ctx_dft,
3232
/* .smpl = */ nullptr,
3333
/* .batch = */ llama_batch_init(llama_n_batch(ctx_dft), 0, 1),

0 commit comments

Comments
 (0)