mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-31 08:51:55 +00:00 
			
		
		
		
	quantize : fix typo in usage help of quantize.cpp (#9145)
				
					
				
			This commit is contained in:
		 João Dinis Ferreira
					João Dinis Ferreira
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							3ba780e2a8
						
					
				
				
					commit
					8f824ffe8e
				
			| @@ -104,7 +104,7 @@ static void usage(const char * executable) { | |||||||
|     printf("  --exclude-weights tensor_name: use importance matrix for this/these tensor(s)\n"); |     printf("  --exclude-weights tensor_name: use importance matrix for this/these tensor(s)\n"); | ||||||
|     printf("  --output-tensor-type ggml_type: use this ggml_type for the output.weight tensor\n"); |     printf("  --output-tensor-type ggml_type: use this ggml_type for the output.weight tensor\n"); | ||||||
|     printf("  --token-embedding-type ggml_type: use this ggml_type for the token embeddings tensor\n"); |     printf("  --token-embedding-type ggml_type: use this ggml_type for the token embeddings tensor\n"); | ||||||
|     printf("  --keep-split: will generate quatized model in the same shards as input"); |     printf("  --keep-split: will generate quantized model in the same shards as input\n"); | ||||||
|     printf("  --override-kv KEY=TYPE:VALUE\n"); |     printf("  --override-kv KEY=TYPE:VALUE\n"); | ||||||
|     printf("      Advanced option to override model metadata by key in the quantized model. May be specified multiple times.\n"); |     printf("      Advanced option to override model metadata by key in the quantized model. May be specified multiple times.\n"); | ||||||
|     printf("Note: --include-weights and --exclude-weights cannot be used together\n"); |     printf("Note: --include-weights and --exclude-weights cannot be used together\n"); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user