context : minor naming fix

This commit is contained in:
Georgi Gerganov
2025-02-12 12:41:36 +02:00
parent 8da7f612b7
commit d146a14f77
3 changed files with 13 additions and 13 deletions

View File

@@ -189,7 +189,7 @@ bool llama_context::apply_adapter_cvec(
return cvec.apply(model, data, len, n_embd, il_start, il_end);
}
llama_perf_context_data llama_context::get_perf() const {
llama_perf_context_data llama_context::perf_get_data() const {
llama_perf_context_data data = {};
data.t_start_ms = 1e-3 * t_start_us;