Skip to content

Commit 906a743

Browse files
slarenhazelnutcloud
authored andcommitted
compare-llama-bench.py : remove mul_mat_q (ggml-org#5892)
1 parent ac8fcd1 commit 906a743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/compare-llama-bench.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
KEY_PROPERTIES = [
1919
"cpu_info", "gpu_info", "n_gpu_layers", "main_gpu", "cuda", "opencl", "metal", "gpu_blas",
2020
"blas", "model_filename", "model_type", "model_size", "model_n_params", "n_batch", "n_threads",
21-
"type_k", "type_v", "no_kv_offload", "mul_mat_q", "tensor_split", "n_prompt", "n_gen"
21+
"type_k", "type_v", "no_kv_offload", "tensor_split", "n_prompt", "n_gen"
2222
]
2323

2424
# Properties that are boolean and are converted to Yes/No for the table:

0 commit comments

Comments
 (0)