File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ static void usage(const char * executable) {
104
104
printf (" --exclude-weights tensor_name: use importance matrix for this/these tensor(s)\n " );
105
105
printf (" --output-tensor-type ggml_type: use this ggml_type for the output.weight tensor\n " );
106
106
printf (" --token-embedding-type ggml_type: use this ggml_type for the token embeddings tensor\n " );
107
- printf (" --keep-split: will generate quatized model in the same shards as input" );
107
+ printf (" --keep-split: will generate quantized model in the same shards as input\n " );
108
108
printf (" --override-kv KEY=TYPE:VALUE\n " );
109
109
printf (" Advanced option to override model metadata by key in the quantized model. May be specified multiple times.\n " );
110
110
printf (" Note: --include-weights and --exclude-weights cannot be used together\n " );
You can’t perform that action at this time.
0 commit comments