mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 09:04:36 +00:00
Merge branch 'master' into concedo_experimental
# Conflicts: # README.md
This commit is contained in:
commit
700951dbd4
16 changed files with 470 additions and 143 deletions
|
@ -159,7 +159,7 @@ static void TokenizeString(const std::string & str_to_tokenize, std::vector<int>
|
|||
}
|
||||
else
|
||||
{
|
||||
output_tokens = ::llama_tokenize(llama_ctx_v4, str_to_tokenize, true);
|
||||
output_tokens = ::llama_tokenize(llama_ctx_v4, str_to_tokenize, true, true);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue