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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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 << ", ";