We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0034230 commit c174729Copy full SHA for c174729
tools/main/main.cpp
@@ -45,8 +45,6 @@ static std::ostringstream * g_output_ss;
45
static std::vector<llama_token> * g_output_tokens;
46
static bool is_interacting = false;
47
static bool need_insert_eot = false;
48
-static bool print_cache_stats = false;
49
-static int token_count = 0;
50
51
static void print_usage(int argc, char ** argv) {
52
(void) argc;
@@ -97,9 +95,6 @@ int main(int argc, char ** argv) {
97
95
return 1;
98
96
}
99
100
- // Check if cache statistics printing is enabled
101
- print_cache_stats = params.dump_cache;
102
-
103
common_init();
104
105
auto & sparams = params.sampling;
0 commit comments