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 b0d5299 commit 56920f5Copy full SHA for 56920f5
tools/server/server.cpp
@@ -308,6 +308,7 @@ struct server_task {
308
309
// enabling this will output extra debug information in the HTTP responses from the server
310
params.verbose = params_base.verbosity > 9;
311
+ params.timings_per_token = json_value(data, "timings_per_token", false);
312
313
params.stream = json_value(data, "stream", false);
314
params.cache_prompt = json_value(data, "cache_prompt", true);
0 commit comments