Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 10b64ee

Browse files
authored
fix: remove embeddings from CLI help (#1543)
1 parent 53e8f20 commit 10b64ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

engine/cli/command_line_parser.cc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@ void CommandLineParser::SetupCommonCommands() {
153153
}
154154

155155
void CommandLineParser::SetupInferenceCommands() {
156-
auto embeddings_cmd = app_.add_subcommand(
157-
"embeddings", "Creates an embedding vector representing the input text");
158-
embeddings_cmd->group(kInferenceGroup);
156+
// auto embeddings_cmd = app_.add_subcommand(
157+
// "embeddings", "Creates an embedding vector representing the input text");
158+
// embeddings_cmd->group(kInferenceGroup);
159159
}
160160

161161
void CommandLineParser::SetupModelCommands() {

0 commit comments

Comments
 (0)