spec : fix n_past type

This commit is contained in:
Georgi Gerganov
2026-05-08 11:54:32 +03:00
parent e5b1401318
commit 161eae0adf

View File

@@ -229,7 +229,7 @@ struct common_speculative_state_draft : public common_speculative_state {
void draft(
const common_params_speculative & params,
const llama_tokens & prompt_tgt,
llama_token n_past,
llama_pos n_past,
llama_token id_last,
llama_tokens & result) override {
const auto & sparams = params.draft;