mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-31 08:51:55 +00:00 
			
		
		
		
	compare-llama-bench.py : remove mul_mat_q (#5892)
This commit is contained in:
		| @@ -18,7 +18,7 @@ except ImportError as e: | |||||||
| KEY_PROPERTIES = [ | KEY_PROPERTIES = [ | ||||||
|     "cpu_info", "gpu_info", "n_gpu_layers", "main_gpu", "cuda", "opencl", "metal", "gpu_blas", |     "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", |     "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: | # Properties that are boolean and are converted to Yes/No for the table: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 slaren
					slaren