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

Commit cad70a2

Browse files
committed
fix: log
1 parent 33c9621 commit cad70a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

engine/cli/commands/model_pull_cmd.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ std::optional<std::string> ModelPullCmd::Exec(const std::string& host, int port,
103103
CTL_INF("model: " << model << ", model_id: " << model_id);
104104

105105
// Send request download model to server
106+
CLI_LOG("Validating download items, please wait..")
106107
Json::Value json_data;
107108
json_data["model"] = model;
108109
auto data_str = json_data.toStyledString();

0 commit comments

Comments
 (0)