Skip to content

Commit 56920f5

Browse files
authored
server : bring back timings_per_token (#15879)
1 parent b0d5299 commit 56920f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/server/server.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ struct server_task {
308308

309309
// enabling this will output extra debug information in the HTTP responses from the server
310310
params.verbose = params_base.verbosity > 9;
311+
params.timings_per_token = json_value(data, "timings_per_token", false);
311312

312313
params.stream = json_value(data, "stream", false);
313314
params.cache_prompt = json_value(data, "cache_prompt", true);

0 commit comments

Comments
 (0)