mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-08-27 10:38:56 -04:00
infill : assert prefix/suffix tokens + remove old space logic (#8351)
This commit is contained in:
@@ -630,7 +630,7 @@ inline std::string LOG_TOKENS_TOSTR_PRETTY(const C & ctx, const T & tokens)
|
||||
buf << "[ ";
|
||||
|
||||
bool first = true;
|
||||
for (const auto &token : tokens)
|
||||
for (const auto & token : tokens)
|
||||
{
|
||||
if (!first) {
|
||||
buf << ", ";
|
||||
|
Reference in New Issue
Block a user