speculative-simple : fix compile warning
ggml-ci
This commit is contained in:
parent
33d49f7c5a
commit
6fab3ffe02
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ int main(int argc, char ** argv) {
|
|||
// in this case, we do it for a group of accepted tokens at once
|
||||
//
|
||||
{
|
||||
llama_token id;
|
||||
llama_token id = 0;
|
||||
std::string token_str;
|
||||
|
||||
for (size_t i = 0; i < ids.size(); ++i) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue