mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-28 08:31:25 +00:00 
			
		
		
		
	quantize : fix --keep-split check (#7374)
This commit is contained in:
		| @@ -284,7 +284,7 @@ int main(int argc, char ** argv) { | ||||
|             } else { | ||||
|                 usage(argv[0]); | ||||
|             } | ||||
|         } else if (strcmp(argv[arg_idx], "--keep-split")) { | ||||
|         } else if (strcmp(argv[arg_idx], "--keep-split") == 0) { | ||||
|             params.keep_split = true; | ||||
|         } else { | ||||
|             usage(argv[0]); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Fred Douglas
					Fred Douglas