mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-30 08:42:00 +00:00 
			
		
		
		
	llama-bench: fixed size of fields to correctly map to values (#13183)
This commit is contained in:
		 Alberto Cabrera Pérez
					Alberto Cabrera Pérez
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							cdf76586b2
						
					
				
				
					commit
					5a63980117
				
			| @@ -1133,8 +1133,6 @@ struct test { | |||||||
|             "build_commit", "build_number", "cpu_info",       "gpu_info",   "backends",     "model_filename", |             "build_commit", "build_number", "cpu_info",       "gpu_info",   "backends",     "model_filename", | ||||||
|             "model_type",   "model_size",   "model_n_params", "n_batch",    "n_ubatch",     "n_threads", |             "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", |             "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", |             "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", |             "use_mmap",     "embeddings",   "n_prompt",       "n_gen",      "n_depth",      "test_time", | ||||||
|             "avg_ns",       "stddev_ns",    "avg_ts",         "stddev_ts", |             "avg_ns",       "stddev_ns",    "avg_ts",         "stddev_ts", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user