From 40e0cca5434b4edec107f8b92c4bca99ff976071 Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Tue, 31 Jan 2023 13:52:01 +0200 Subject: [PATCH] Small edits (#462) --- docs/configs/clearml_conf.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/configs/clearml_conf.md b/docs/configs/clearml_conf.md index 5125fe37..dcafe62c 100644 --- a/docs/configs/clearml_conf.md +++ b/docs/configs/clearml_conf.md @@ -329,14 +329,14 @@ ___ **`agent.worker_id`** (*string*) -* When creating a worker, assign the worker a name. +* When creating a worker, assign the worker an ID. * If specified, a unique name for the worker. For example, `clearml-agent-machine1:gpu0`. * If not specified, the following is used: `:`. For example, `MyHost:12345`. - Alternatively, specify the environment variable `CLEARML_WORKER_NAME` to override this worker name. + Alternatively, specify the environment variable `CLEARML_WORKER_ID` to override this worker name. --- @@ -345,7 +345,7 @@ ___ * Use to replace the hostname when creating a worker if `agent.worker_id` is not specified. For example, if `worker_name` is `MyMachine` and the `process_id` is `12345`, then the worker is named `MyMachine.12345`. - Alternatively, specify the environment variable `CLEARML_WORKER_ID` to override this worker name. + Alternatively, specify the environment variable `CLEARML_WORKER_NAME` to override this worker name.