infill : assert prefix/suffix tokens + remove old space logic (#8351)

This commit is contained in:
Georgi Gerganov
2024-07-08 09:34:35 +03:00
committed by GitHub
parent ffd00797d8
commit 6f0dbf6ab0
2 changed files with 9 additions and 18 deletions

View File

@@ -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 << ", ";