]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
compare-llama-bench.py : remove mul_mat_q (#5892)
authorslaren <redacted>
Tue, 5 Mar 2024 21:27:29 +0000 (22:27 +0100)
committerGitHub <redacted>
Tue, 5 Mar 2024 21:27:29 +0000 (22:27 +0100)
scripts/compare-llama-bench.py

index 39c3e52e527891bf9c245de2d45e56787591bdab..54a7771d897a2ca876cd2dfc99a9982b3a9814e2 100755 (executable)
@@ -18,7 +18,7 @@ except ImportError as e:
 KEY_PROPERTIES = [
     "cpu_info", "gpu_info", "n_gpu_layers", "main_gpu", "cuda", "opencl", "metal", "gpu_blas",
     "blas", "model_filename", "model_type", "model_size", "model_n_params", "n_batch", "n_threads",
-    "type_k", "type_v", "no_kv_offload", "mul_mat_q", "tensor_split", "n_prompt", "n_gen"
+    "type_k", "type_v", "no_kv_offload", "tensor_split", "n_prompt", "n_gen"
 ]
 
 # Properties that are boolean and are converted to Yes/No for the table: