fix t_load_us
This commit is contained in:
@@ -1255,6 +1255,7 @@ extern "C" {
|
||||
LLAMA_API struct llama_perf_context_data llama_perf_context (const struct llama_context * ctx);
|
||||
LLAMA_API void llama_perf_context_print(const struct llama_context * ctx);
|
||||
LLAMA_API void llama_perf_context_reset( struct llama_context * ctx);
|
||||
LLAMA_API void llama_perf_context_sync ( struct llama_context * ctx, const struct llama_model * model);
|
||||
|
||||
// NOTE: the following work only with samplers constructed via llama_sampler_chain_init
|
||||
LLAMA_API struct llama_perf_sampler_data llama_perf_sampler (const struct llama_sampler * chain);
|
||||
|
||||
Reference in New Issue
Block a user