Skip to content

Commit f52e9c5

Browse files
committed
cli: capitalize "K" in K quants names
1 parent d1392d6 commit f52e9c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cli/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ void print_usage(int argc, const char* argv[]) {
196196
printf(" --normalize-input normalize PHOTOMAKER input id images\n");
197197
printf(" --upscale-model [ESRGAN_PATH] path to esrgan model. Upscale images after generate, just RealESRGAN_x4plus_anime_6B supported by now\n");
198198
printf(" --upscale-repeats Run the ESRGAN upscaler this many times (default 1)\n");
199-
printf(" --type [TYPE] weight type (examples: f32, f16, q4_0, q4_1, q5_0, q5_1, q8_0, q2_k, q3_k, q4_k)\n");
199+
printf(" --type [TYPE] weight type (examples: f32, f16, q4_0, q4_1, q5_0, q5_1, q8_0, q2_K, q3_K, q4_K)\n");
200200
printf(" If not specified, the default is the type of the weight file\n");
201201
printf(" --lora-model-dir [DIR] lora model directory\n");
202202
printf(" -i, --init-img [IMAGE] path to the input image, required by img2img\n");

0 commit comments

Comments
 (0)