We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04fb13d commit ae72307Copy full SHA for ae72307
examples/llama-bench/llama-bench.cpp
@@ -903,9 +903,10 @@ struct test {
903
std::string test_time;
904
std::vector<uint64_t> samples_ns;
905
906
- test(const cmd_params_instance & inst, const llama_model * lmodel, const llama_context * ctx)
907
- :cpu_info(get_cpu_info()),
+ test(const cmd_params_instance & inst, const llama_model * lmodel, const llama_context * ctx) :
+ cpu_info(get_cpu_info()),
908
gpu_info(get_gpu_info()) {
909
+
910
model_filename = inst.model;
911
char buf[128];
912
llama_model_desc(lmodel, buf, sizeof(buf));
0 commit comments