llama-bench: fixed size of fields to correctly map to values (#13183)

This commit is contained in:
Alberto Cabrera Pérez 2025-04-29 16:24:36 +01:00 committed by GitHub
parent cdf76586b2
commit 5a63980117
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1133,8 +1133,6 @@ struct test {
"build_commit", "build_number", "cpu_info", "gpu_info", "backends", "model_filename",
"model_type", "model_size", "model_n_params", "n_batch", "n_ubatch", "n_threads",
"cpu_mask", "cpu_strict", "poll", "type_k", "type_v", "n_gpu_layers",
"split_mode", "main_gpu", "no_kv_offload", "flash_attn", "tensor_split", "use_mmap",
"embeddings", "n_prompt", "n_gen", "n_depth", "test_time", "avg_ns",
"split_mode", "main_gpu", "no_kv_offload", "flash_attn", "tensor_split", "tensor_buft_overrides",
"use_mmap", "embeddings", "n_prompt", "n_gen", "n_depth", "test_time",
"avg_ns", "stddev_ns", "avg_ts", "stddev_ts",