Skip to content

Commit add9e21

Browse files
committed
mtmd_context_params no timings
1 parent b9ef895 commit add9e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/server/server.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1977,7 +1977,7 @@ struct server_context {
19771977
if (!mmproj_path.empty()) {
19781978
mtmd_context_params mparams{
19791979
/* use_gpu */ params_base.mmproj_use_gpu,
1980-
/* timings */ true,
1980+
/* timings */ false,
19811981
/* n_threads */ params_base.cpuparams.n_threads,
19821982
/* verbosity */ params_base.verbosity > 0 ? GGML_LOG_LEVEL_DEBUG : GGML_LOG_LEVEL_INFO,
19831983
};

0 commit comments

Comments
 (0)