From f2dbed6391b8131ac5f0bc0a458b0ab6447e2d87 Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Wed, 26 Feb 2025 15:57:35 +0200 Subject: [PATCH] Small edits (#1059) --- docs/apps/clearml_session.md | 2 +- docs/best_practices/mlops_best_practices.md | 2 +- .../enterprise_deploy/change_artifact_links.md | 2 +- docs/deploying_clearml/enterprise_deploy/import_projects.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/apps/clearml_session.md b/docs/apps/clearml_session.md index 49a363ac..fd5de9c3 100644 --- a/docs/apps/clearml_session.md +++ b/docs/apps/clearml_session.md @@ -56,7 +56,7 @@ error, you are good to go. 1. The session Task is enqueued in the selected queue, and a ClearML Agent pulls and executes it. The agent downloads the appropriate IDE(s) and launches it. -1. Once the agent finishes the initial setup of the interactive Task, the local `cleaml-session` connects to the host +1. Once the agent finishes the initial setup of the interactive Task, the local `clearml-session` connects to the host machine via SSH, and tunnels both SSH and IDE over the SSH connection. If a container is specified, the IDE environment runs inside of it. diff --git a/docs/best_practices/mlops_best_practices.md b/docs/best_practices/mlops_best_practices.md index 9a31864c..71c9d7d7 100644 --- a/docs/best_practices/mlops_best_practices.md +++ b/docs/best_practices/mlops_best_practices.md @@ -18,7 +18,7 @@ If you are afraid of clutter, use the archive option, and set up your own [clean ## Clone Tasks Define a ClearML Task with one of the following options: -- Run the actual code with the `Task.init()` call. This will create and auto-populate the Task in CleaML (including Git Repo / Python Packages / Command line etc.). +- Run the actual code with the `Task.init()` call. This will create and auto-populate the Task in ClearML (including Git Repo / Python Packages / Command line etc.). - Register local / remote code repository with `clearml-task`. See [details](../apps/clearml_task.md). Once you have a Task in ClearML, you can clone and edit its definitions in the UI, then launch it on one of your nodes with [ClearML Agent](../clearml_agent.md). diff --git a/docs/deploying_clearml/enterprise_deploy/change_artifact_links.md b/docs/deploying_clearml/enterprise_deploy/change_artifact_links.md index cbb100fd..34e67d5c 100644 --- a/docs/deploying_clearml/enterprise_deploy/change_artifact_links.md +++ b/docs/deploying_clearml/enterprise_deploy/change_artifact_links.md @@ -1,5 +1,5 @@ --- -title: Changing CleaML Artifacts Links +title: Changing ClearML Artifacts Links --- This guide describes how to update artifact references in the ClearML Enterprise server. diff --git a/docs/deploying_clearml/enterprise_deploy/import_projects.md b/docs/deploying_clearml/enterprise_deploy/import_projects.md index 324350bf..3fd8a624 100644 --- a/docs/deploying_clearml/enterprise_deploy/import_projects.md +++ b/docs/deploying_clearml/enterprise_deploy/import_projects.md @@ -235,6 +235,6 @@ Note that this is not required if the new file server is replacing the old file exact address. Once the projects' data has been copied to the target server, and the projects themselves were imported, see -[Changing CleaML Artifacts Links](change_artifact_links.md) for information on how to fix the URLs. +[Changing ClearML Artifacts Links](change_artifact_links.md) for information on how to fix the URLs.