Skip to content

Commit c174729

Browse files
committed
Yet another purge.
1 parent 0034230 commit c174729

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tools/main/main.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ static std::ostringstream * g_output_ss;
4545
static std::vector<llama_token> * g_output_tokens;
4646
static bool is_interacting = false;
4747
static bool need_insert_eot = false;
48-
static bool print_cache_stats = false;
49-
static int token_count = 0;
5048

5149
static void print_usage(int argc, char ** argv) {
5250
(void) argc;
@@ -97,9 +95,6 @@ int main(int argc, char ** argv) {
9795
return 1;
9896
}
9997

100-
// Check if cache statistics printing is enabled
101-
print_cache_stats = params.dump_cache;
102-
10398
common_init();
10499

105100
auto & sparams = params.sampling;

0 commit comments

Comments
 (0)