From 5b51117434468fa2bf17f6bd5ca13b6bedc3c719 Mon Sep 17 00:00:00 2001 From: Derek Chia Date: Wed, 18 Aug 2021 18:45:40 +0800 Subject: [PATCH] Fix ClearML Agent initialization command (#40) --- docs/getting_started/mlops/mlops_first_steps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/mlops/mlops_first_steps.md b/docs/getting_started/mlops/mlops_first_steps.md index 4b573b45..17fa158e 100644 --- a/docs/getting_started/mlops/mlops_first_steps.md +++ b/docs/getting_started/mlops/mlops_first_steps.md @@ -30,7 +30,7 @@ pip install clearml-agent Connect the Agent to the server by [creating credentials](https://app.community.clear.ml/profile), then run this: ```bash -clearml-init +clearml-agent init ``` :::note