Skip to content

Commit 5e1a23a

Browse files
committed
fix function params
1 parent 216e7d9 commit 5e1a23a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18690,7 +18690,7 @@ struct llama_model * llama_load_model_from_file(
1869018690
return model;
1869118691
}
1869218692

18693-
void llama_reset_model_time(llama_model * model) {
18693+
void llama_reset_model_time(struct llama_model * model) {
1869418694
model->t_start_us = ggml_time_us() - model->t_load_us;
1869518695
}
1869618696

0 commit comments

Comments
 (0)