remove redunct entry
This commit is contained in:
parent
f7de84bb8c
commit
212500e454
1 changed files with 0 additions and 1 deletions
|
@ -1037,7 +1037,6 @@ static json format_final_response(llama_server_context &llama, const std::string
|
|||
{"stopped_limit", llama.stopped_limit},
|
||||
{"stopping_word", llama.stopping_word},
|
||||
{"tokens_cached", llama.n_past},
|
||||
{"tokens_predicted", llama.num_tokens_predicted},
|
||||
{"timings", format_timings(llama)},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue