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

Commit e86c20c

Browse files
committed
fix: add log for debugging
1 parent f5c0ac0 commit e86c20c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

engine/cli/commands/model_pull_cmd.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ std::optional<std::string> ModelPullCmd::Exec(const std::string& host, int port,
100100
return std::nullopt;
101101
}
102102

103+
CTL_INF("model: " << model << ", model_id: " << model_id);
104+
103105
// Send request download model to server
104106
Json::Value json_data;
105107
json_data["model"] = model;

0 commit comments

Comments
 (0)