aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorGeorgi Gerganov <ggerganov@gmail.com>2023-03-10 21:50:46 +0200
committerGeorgi Gerganov <ggerganov@gmail.com>2023-03-10 21:50:46 +0200
commit319cdb3e1ffe263cf5b08249c9559e011396c1de (patch)
tree90c02a60d3e381ebd882c5c52d9dca114714ce43 /main.cpp
parent775328064e69db1ebd7e19ccb59d2a7fa6142470 (diff)
Final touches
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp1
1 files changed, 1 insertions, 0 deletions
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;
}
}