From 4971df4f5cec4d7b4cce3acd3872b205e92e5711 Mon Sep 17 00:00:00 2001 From: anzz1 Date: Mon, 27 Mar 2023 17:06:03 +0300 Subject: [PATCH] remove -ins --instruct cmdline arg not removing it completely though, just the help message for it --- examples/common.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/common.cpp b/examples/common.cpp index 2ab000f4f..688baa7d8 100644 --- a/examples/common.cpp +++ b/examples/common.cpp @@ -191,7 +191,6 @@ void gpt_print_usage(int /*argc*/, char ** argv, const gpt_params & params) { fprintf(stderr, " -h, --help show this help message and exit\n"); fprintf(stderr, " -i, --interactive run in interactive mode\n"); fprintf(stderr, " --interactive-first run in interactive mode and wait for input right away\n"); - fprintf(stderr, " -ins, --instruct run in instruction mode (use with Alpaca models)\n"); fprintf(stderr, " -r PROMPT, --reverse-prompt PROMPT\n"); fprintf(stderr, " run in interactive mode and poll user input upon seeing PROMPT (can be\n"); fprintf(stderr, " specified more than once for multiple prompts).\n");