Skip to content

Commit 6e1fbf8

Browse files
committed
Indentation
1 parent 485358a commit 6e1fbf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/server/server.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2218,9 +2218,9 @@ static void server_print_usage(const char * argv0, const gpt_params & params, co
22182218
printf(" --lora FNAME apply LoRA adapter (implies --no-mmap)\n");
22192219
printf(" --lora-base FNAME optional model to use as a base for the layers modified by the LoRA adapter\n");
22202220
printf(" --control-vector FNAME\n");
2221-
printf(" add a control vector\n");
2221+
printf(" add a control vector\n");
22222222
printf(" --control-vector-scaled FNAME S\n");
2223-
printf(" add a control vector with user defined scaling S\n");
2223+
printf(" add a control vector with user defined scaling S\n");
22242224
printf(" --control-vector-layer-range START END\n");
22252225
printf(" layer range to apply the control vector(s) to, start and end inclusive\n");
22262226
printf(" --host ip address to listen (default (default: %s)\n", sparams.hostname.c_str());

0 commit comments

Comments
 (0)