examples : fix build after sampling refactoring
ggml-ci
This commit is contained in:
parent
4a7f43f28c
commit
7e48e21b1f
8 changed files with 144 additions and 232 deletions
|
@ -50,6 +50,7 @@ struct llama_sampling_context {
|
|||
// internal
|
||||
grammar_parser::parse_state parsed_grammar;
|
||||
|
||||
// TODO: replace with ring-buffer
|
||||
std::vector<llama_token> prev;
|
||||
std::vector<llama_token_data> cur;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue