diff --git a/src/llama.cpp b/src/llama.cpp index 1977f79b..2aeb0c69 100644 --- a/src/llama.cpp +++ b/src/llama.cpp @@ -106,7 +106,7 @@ struct Timer { const char * name; int64_t start_time; - bool enable_timer = true; + bool enable_timer = false; Timer(const char * name) : name(name), start_time(ggml_time_us()) {} ~Timer() { if (enable_timer) {