From 74c469dbdb1b0257c31f816ba3ea1b5f13053ba9 Mon Sep 17 00:00:00 2001 From: pudepiedj Date: Thu, 11 Jan 2024 10:55:13 +0000 Subject: [PATCH] Updating before PR --- examples/main/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/main/main.cpp b/examples/main/main.cpp index cca0d6062..edf5e09b6 100644 --- a/examples/main/main.cpp +++ b/examples/main/main.cpp @@ -650,7 +650,7 @@ int main(int argc, char ** argv) { n_past += n_eval; LOG("n_past = %d\n", n_past); - // I added the next two lines on 20240110 + // Display total tokens alongside total time if (n_past % params.token_interval == 0) { printf("\n\033[31mTokens consumed so far = %d / %d \033[0m\n", n_past, n_ctx); }