Skip to content

Commit ae72307

Browse files
authored
Update examples/llama-bench/llama-bench.cpp
1 parent 04fb13d commit ae72307

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/llama-bench/llama-bench.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -903,9 +903,10 @@ struct test {
903903
std::string test_time;
904904
std::vector<uint64_t> samples_ns;
905905

906-
test(const cmd_params_instance & inst, const llama_model * lmodel, const llama_context * ctx)
907-
:cpu_info(get_cpu_info()),
906+
test(const cmd_params_instance & inst, const llama_model * lmodel, const llama_context * ctx) :
907+
cpu_info(get_cpu_info()),
908908
gpu_info(get_gpu_info()) {
909+
909910
model_filename = inst.model;
910911
char buf[128];
911912
llama_model_desc(lmodel, buf, sizeof(buf));

0 commit comments

Comments
 (0)