From 319cdb3e1ffe263cf5b08249c9559e011396c1de Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Fri, 10 Mar 2023 21:50:46 +0200 Subject: Final touches --- main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index fb9eb17..982adf1 100644 --- a/main.cpp +++ b/main.cpp @@ -728,6 +728,7 @@ int main(int argc, char ** argv) { // end of text token if (embd.back() == 2) { + printf(" [end of text]\n"); break; } } -- cgit v1.2.3