mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-05-11 19:44:06 +00:00
spec : fix n_past type
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user